Reduce number of unneededly executed SQL commands

See issue #503.
This commit is contained in:
Martin Kleusberg
2016-01-27 20:23:36 +01:00
parent 2242ce8ee6
commit 6f17c3d1ea
2 changed files with 25 additions and 14 deletions

View File

@@ -157,8 +157,8 @@ private slots:
void changeTreeSelection();
void fileNew();
void populateStructure();
void populateTable(const QString& tablename);
void resetBrowser();
void populateTable(QString tablename);
void resetBrowser(bool reloadTable = true);
bool fileClose();
void addRecord();
void deleteRecord();