aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/compilerexplorer/compilerexplorersettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/compilerexplorer/compilerexplorersettings.h')
-rw-r--r--src/plugins/compilerexplorer/compilerexplorersettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/compilerexplorer/compilerexplorersettings.h b/src/plugins/compilerexplorer/compilerexplorersettings.h
index de0aa75e30..64f67122fe 100644
--- a/src/plugins/compilerexplorer/compilerexplorersettings.h
+++ b/src/plugins/compilerexplorer/compilerexplorersettings.h
@@ -32,7 +32,7 @@ public:
~CompilerExplorerSettings();
Utils::StringAspect compilerExplorerUrl{this};
- Utils::TypedAspect<QVariantMap> windowState{this};
+ Utils::TypedAspect<Utils::Store> windowState{this};
Utils::AspectList m_sources{this};