cleanup DatabaseWindow.cpp
This commit is contained in:
parent
f88bb005cc
commit
38fc939860
2 changed files with 49 additions and 51 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue