forked from qt-creator/qt-creator
Core: Remove QObject inheritance of IOptionsPageProvider
This was not really used. Change-Id: I86049697d211d88827a9633b367d2121fa8d1f1c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -277,8 +277,7 @@ bool IOptionsPage::matches(const QRegularExpression ®exp) const
|
||||
|
||||
static QList<IOptionsPageProvider *> g_optionsPagesProviders;
|
||||
|
||||
IOptionsPageProvider::IOptionsPageProvider(QObject *parent)
|
||||
: QObject(parent)
|
||||
IOptionsPageProvider::IOptionsPageProvider()
|
||||
{
|
||||
g_optionsPagesProviders.append(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user