Make use of the custom value settings functionality.

This commit is contained in:
kh1
2010-08-02 16:32:18 +02:00
parent 8ed437d8f9
commit dc3f33890c
3 changed files with 19 additions and 28 deletions

View File

@@ -37,7 +37,6 @@ namespace Help {
namespace Internal {
class CentralWidget;
class LocalHelpManager;
class GeneralSettingsPage : public Core::IOptionsPage
{
@@ -57,10 +56,9 @@ public:
void finish() {}
virtual bool matches(const QString &s) const;
void setHelpManager(LocalHelpManager *manager);
signals:
void fontChanged();
void startOptionChanged();
void contextHelpOptionChanged();
private slots:
@@ -85,8 +83,6 @@ private:
QString m_searchKeywords;
Ui::GeneralSettingsPage m_ui;
LocalHelpManager *m_helpManager;
};
} // Internal