aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/windows/ddlhistorywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/windows/ddlhistorywindow.h')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/windows/ddlhistorywindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/windows/ddlhistorywindow.h b/SQLiteStudio3/guiSQLiteStudio/windows/ddlhistorywindow.h
index 16a07ce..1a04831 100644
--- a/SQLiteStudio3/guiSQLiteStudio/windows/ddlhistorywindow.h
+++ b/SQLiteStudio3/guiSQLiteStudio/windows/ddlhistorywindow.h
@@ -24,8 +24,8 @@ class GUI_API_EXPORT DdlHistoryWindow : public MdiChild
~DdlHistoryWindow();
bool restoreSessionNextTime();
- bool isUncommited() const;
- QString getQuitUncommitedConfirmMessage() const;
+ bool isUncommitted() const;
+ QString getQuitUncommittedConfirmMessage() const;
protected:
void changeEvent(QEvent *e);