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:
@@ -47,6 +47,7 @@
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/styledbar.h>
|
||||
#include <utils/stringutils.h>
|
||||
#include <utils/qtcsettings.h>
|
||||
#include <utils/theme/theme.h>
|
||||
#include <utils/tooltip/tooltip.h>
|
||||
|
||||
@@ -354,7 +355,7 @@ HelpViewer *HelpPluginPrivate::externalHelpViewer()
|
||||
m_externalWindow = createHelpWidget(Context(Constants::C_HELP_EXTERNAL),
|
||||
HelpWidget::ExternalWindow);
|
||||
if (m_externalWindowState.isNull()) {
|
||||
QSettings *settings = ICore::settings();
|
||||
QtcSettings *settings = ICore::settings();
|
||||
m_externalWindowState = settings->value(kExternalWindowStateKey).toRect();
|
||||
}
|
||||
if (m_externalWindowState.isNull())
|
||||
|
||||
Reference in New Issue
Block a user