You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
b434470981
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62496 d073be05-634f-4543-b044-5fe20cf6d1d6
19 lines
520 B
Diff
19 lines
520 B
Diff
Index: sqliteman/litemanwindow.cpp
|
|
===================================================================
|
|
--- sqliteman/litemanwindow.cpp (revision 490)
|
|
+++ sqliteman/litemanwindow.cpp (working copy)
|
|
@@ -129,12 +129,9 @@
|
|
i.next();
|
|
QSqlDatabase::database(i.value()).rollback();
|
|
QSqlDatabase::database(i.value()).close();
|
|
+ QSqlDatabase::removeDatabase(i.value());
|
|
}
|
|
|
|
- // It has to go after writeSettings()!
|
|
- foreach (QWidget *widget, QApplication::topLevelWidgets())
|
|
- widget->close();
|
|
-
|
|
e->accept();
|
|
}
|
|
|