Make it possible to return editor mode if the last help page was closed.

This commit is contained in:
kh1
2010-09-21 17:00:41 +02:00
parent 718433d27e
commit 55fe83c291
5 changed files with 60 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ public:
signals:
void fontChanged();
void startOptionChanged();
void returnOnCloseChanged();
void contextHelpOptionChanged();
private slots:
@@ -81,6 +82,8 @@ private:
QString m_homePage;
int m_contextOption;
bool m_returnOnClose;
QString m_searchKeywords;
Ui::GeneralSettingsPage m_ui;
};