forked from qt-creator/qt-creator
Fixes: Add "Apply" button to Preferences dialog
RevBy: con
This commit is contained in:
@@ -57,6 +57,7 @@ private slots:
|
||||
void pageSelected(QTreeWidgetItem *cat);
|
||||
void accept();
|
||||
void reject();
|
||||
void apply();
|
||||
|
||||
private:
|
||||
QList<Core::IOptionsPage*> m_pages;
|
||||
|
||||
Reference in New Issue
Block a user