Make closing of tabs work again.
This commit is contained in:
parent
6fdf631fac
commit
8c13bdc2ef
2 changed files with 25 additions and 6 deletions
|
|
@ -113,7 +113,9 @@ private:
|
|||
void initMenus();
|
||||
|
||||
QAction* seperator();
|
||||
|
||||
void createCatalogInspector(QString caption, NamespaceFilter filter);
|
||||
void closeTab(int index);
|
||||
private slots:
|
||||
void catalogLoaded();
|
||||
void tableSelected(Oid tableoid);
|
||||
|
|
@ -140,6 +142,7 @@ private slots:
|
|||
void on_actionSaveSqlAs_triggered();
|
||||
void on_actionSaveCopyOfSqlAs_triggered();
|
||||
void on_actionShowConnectionManager_triggered();
|
||||
void on_m_tabWidget_tabCloseRequested(int index);
|
||||
|
||||
// IDatabaseWindow interface
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue