forked from qt-creator/qt-creator
Options dialog: Further polishing.
Task-number: QTCREATOR-26
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
QWidget* createPage(QWidget *parent);
|
||||
void apply();
|
||||
void finish();
|
||||
virtual bool matches(const QString &) const;
|
||||
|
||||
private slots:
|
||||
void resetInterfaceColor();
|
||||
@@ -66,6 +67,7 @@ private slots:
|
||||
|
||||
private:
|
||||
Ui::GeneralSettings *m_page;
|
||||
QString m_searchKeywords;
|
||||
QPointer<QWidget> m_dialog;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user