Allow renaming SQL tabs by double clicking them

See issue #1186.
This commit is contained in:
Martin Kleusberg
2017-10-22 14:08:52 +02:00
parent 5cef432159
commit bc91126b2c
3 changed files with 30 additions and 0 deletions

View File

@@ -285,6 +285,7 @@ private slots:
void hideColumns(int column = -1, bool hide = true);
void on_actionShowAllColumns_triggered();
void requestCollation(const QString& name, int eTextRep);
void renameSqlTab(int index);
};
#endif