diff options
| author | 2017-02-09 04:36:04 -0500 | |
|---|---|---|
| committer | 2017-02-09 04:36:04 -0500 | |
| commit | d9aa870e5d509cc7309ab82dd102a937ab58613a (patch) | |
| tree | d92d03d76b5c390b335f1cfd761f1a0b59ec8496 /SQLiteStudio3/guiSQLiteStudio/windows/tablewindow.h | |
| parent | 68ee4cbcbe424b95969c70346283a9f217f63825 (diff) | |
Imported Upstream version 3.1.1+dfsg1upstream/3.1.1+dfsg1
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/windows/tablewindow.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/windows/tablewindow.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/windows/tablewindow.h b/SQLiteStudio3/guiSQLiteStudio/windows/tablewindow.h index d8738f1..f44af4f 100644 --- a/SQLiteStudio3/guiSQLiteStudio/windows/tablewindow.h +++ b/SQLiteStudio3/guiSQLiteStudio/windows/tablewindow.h @@ -118,8 +118,8 @@ class GUI_API_EXPORT TableWindow : public MdiChild QString getTable() const; Db* getDb() const; bool handleInitialFocus(); - bool isUncommited() const; - QString getQuitUncommitedConfirmMessage() const; + bool isUncommitted() const; + QString getQuitUncommittedConfirmMessage() const; void useCurrentTableAsBaseForNew(); Db* getAssociatedDb() const; @@ -193,7 +193,7 @@ class GUI_API_EXPORT TableWindow : public MdiChild void checkIfTriggerDeleted(const QString& object); void refreshStructure(); void commitStructure(bool skipWarning = false); - void changesSuccessfullyCommited(); + void changesSuccessfullyCommitted(); void changesFailedToCommit(int errorCode, const QString& errorText); void rollbackStructure(); void resetAutoincrement(); @@ -237,6 +237,7 @@ class GUI_API_EXPORT TableWindow : public MdiChild void nextTab(); void prevTab(); void updateTabsOrder(); + void updateFont(); public slots: void updateIndexes(); |
