forked from qt-creator/qt-creator
Utils: Switch to QtcSettings
Changes a few remaining QSettings members that popped up when trying to build with "apt-get" Qt 6.2.4. Change-Id: I3caa8545cf02d6453b802559c2f65279e1fb63fd Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -36,14 +36,14 @@ using namespace Layouting;
|
||||
|
||||
namespace Utils {
|
||||
|
||||
static QSettings *theSettings = nullptr;
|
||||
static QtcSettings *theSettings = nullptr;
|
||||
|
||||
void BaseAspect::setQtcSettings(QSettings *settings)
|
||||
void BaseAspect::setQtcSettings(QtcSettings *settings)
|
||||
{
|
||||
theSettings = settings;
|
||||
}
|
||||
|
||||
QSettings *BaseAspect::qtcSettings()
|
||||
QtcSettings *BaseAspect::qtcSettings()
|
||||
{
|
||||
return theSettings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user