forked from qt-creator/qt-creator
Compile fix. Added CdbOptionsPage::categoryIcon().
This commit is contained in:
@@ -167,6 +167,11 @@ QString CdbOptionsPage::displayCategory() const
|
||||
return QCoreApplication::translate("Debugger", Debugger::Constants::DEBUGGER_SETTINGS_TR_CATEGORY);
|
||||
}
|
||||
|
||||
QIcon CdbOptionsPage::categoryIcon() const
|
||||
{
|
||||
return QIcon(); // TODO: Icon for CdbOptions
|
||||
}
|
||||
|
||||
QWidget *CdbOptionsPage::createPage(QWidget *parent)
|
||||
{
|
||||
m_widget = new CdbOptionsPageWidget(parent);
|
||||
|
||||
@@ -76,6 +76,7 @@ public:
|
||||
virtual QString displayName() const;
|
||||
virtual QString category() const;
|
||||
virtual QString displayCategory() const;
|
||||
QIcon categoryIcon() const;
|
||||
|
||||
virtual QWidget *createPage(QWidget *parent);
|
||||
virtual void apply();
|
||||
|
||||
Reference in New Issue
Block a user