Fixes: Add "Apply" button to Preferences dialog

RevBy:   con
This commit is contained in:
hjk
2009-01-05 13:45:30 +01:00
parent 808b5df55d
commit 6848155c7d
3 changed files with 44 additions and 36 deletions

View File

@@ -57,6 +57,7 @@ private slots:
void pageSelected(QTreeWidgetItem *cat);
void accept();
void reject();
void apply();
private:
QList<Core::IOptionsPage*> m_pages;