forked from qt-creator/qt-creator
Make it possible to return editor mode if the last help page was closed.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user