Opening of a window for a database is now done by the MasterController.
The ConnectionManager just passes on the action now.
This commit is contained in:
parent
6370050204
commit
343390ff38
4 changed files with 24 additions and 17 deletions
|
|
@ -12,6 +12,9 @@ class MasterController;
|
|||
class QDataWidgetMapper;
|
||||
class QStandardItemModel;
|
||||
|
||||
/** \brief Class that holds glue code for the ConnectionManager UI.
|
||||
*
|
||||
*/
|
||||
class ConnectionManagerWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue