Clean up code

Just some simplifications, nothing more.
This commit is contained in:
Martin Kleusberg
2016-08-16 22:45:22 +02:00
parent 0dab0a28a1
commit d288a41dba
2 changed files with 31 additions and 21 deletions

View File

@@ -160,7 +160,8 @@ private slots:
void changeTreeSelection();
void fileNew();
void populateStructure();
void populateTable(QString tablename);
void populateTable(QString tablename = QString());
void clearTableBrowser();
bool fileClose();
void addRecord();
void deleteRecord();