forked from qt-creator/qt-creator
Utils, all: Standardize on QtcSettings
Change-Id: Id222016f15b1c3bfe6710fe5d0297666d4565ef1 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -607,7 +607,7 @@ void DebuggerEnginePrivate::setupViews()
|
||||
connect(&m_locationTimer, &QTimer::timeout,
|
||||
this, &DebuggerEnginePrivate::resetLocation);
|
||||
|
||||
QSettings *settings = ICore::settings();
|
||||
QtcSettings *settings = ICore::settings();
|
||||
|
||||
m_modulesView = new BaseTreeView;
|
||||
m_modulesView->setModel(m_modulesHandler.model());
|
||||
@@ -2730,7 +2730,7 @@ Context CppDebuggerEngine::languageContext() const
|
||||
|
||||
void CppDebuggerEngine::validateRunParameters(DebuggerRunParameters &rp)
|
||||
{
|
||||
static const QString warnOnInappropriateDebuggerKey = "DebuggerWarnOnInappropriateDebugger";
|
||||
static const Key warnOnInappropriateDebuggerKey = "DebuggerWarnOnInappropriateDebugger";
|
||||
|
||||
const bool warnOnRelease = settings().warnOnReleaseBuilds()
|
||||
&& rp.toolChainAbi.osFlavor() != Abi::AndroidLinuxFlavor;
|
||||
|
||||
Reference in New Issue
Block a user