cleanup DatabaseWindow.cpp

This commit is contained in:
eelke 2021-07-04 20:24:05 +02:00
parent f88bb005cc
commit 38fc939860
2 changed files with 49 additions and 51 deletions

View file

@ -128,8 +128,13 @@ private:
void newCatalogInspectorPage(QString caption, NamespaceFilter filter);
void newServerInspectorPage();
void closeTab(int index);
bool canCloseTab(int index) const;
void openSqlFile(QString file_name);
/// Uses introspection to determine if the specific widget has a copy function.
/// If it has it invokes this method using reflection.
static void InvokeCopyIfPresent(QWidget *w);
private slots:
void catalogLoaded();
void tableSelected(Oid tableoid);