Core: Remove PagedSettings again

Turned out to create a too strict tie between settings and
settings pages, we are more flexible with delaying/avoiding
initialization without these.

Change-Id: I948af675e29c7da34bfccd490c1c1b999923f279
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-07-18 13:54:51 +02:00
parent c326f049dc
commit 1e35f09251
2 changed files with 0 additions and 14 deletions

View File

@@ -314,12 +314,4 @@ const QList<IOptionsPageProvider *> IOptionsPageProvider::allOptionsPagesProvide
return g_optionsPagesProviders; return g_optionsPagesProviders;
} }
// PagedSettings
PagedSettings::PagedSettings()
{
setSettings(this);
setAutoApply(false);
}
} // Core } // Core

View File

@@ -120,10 +120,4 @@ protected:
Utils::FilePath m_categoryIconPath; Utils::FilePath m_categoryIconPath;
}; };
class CORE_EXPORT PagedSettings : public Utils::AspectContainer, public IOptionsPage
{
public:
PagedSettings();
};
} // namespace Core } // namespace Core