aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/compilerexplorer
diff options
context:
space:
mode:
authorMarcus Tillmanns <marcus.tillmanns@qt.io>2023-09-28 12:23:09 +0200
committerMarcus Tillmanns <marcus.tillmanns@qt.io>2023-09-28 10:26:27 +0000
commit72bcaeaab4641cbd70d84a12308e1db7d2e2f199 (patch)
treee63362fc795b4419c7f0465c7c742db51cb37036 /src/plugins/compilerexplorer
parent14e2294fb2c63c60f6f1c18f45310e731bec6716 (diff)
CompilerExplorer: Add missing variable
Wrongly removed in previous patch Change-Id: Idaa3a2010bdf90c0c2d303a61ecf0e741faae98d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/compilerexplorer')
-rw-r--r--src/plugins/compilerexplorer/compilerexplorereditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/compilerexplorer/compilerexplorereditor.h b/src/plugins/compilerexplorer/compilerexplorereditor.h
index c404ea40552..061f735b02c 100644
--- a/src/plugins/compilerexplorer/compilerexplorereditor.h
+++ b/src/plugins/compilerexplorer/compilerexplorereditor.h
@@ -207,6 +207,8 @@ protected:
QVariantMap windowStateCallback();
private:
+ Core::IContext *m_context;
+
QSharedPointer<JsonSettingsDocument> m_document;
QUndoStack *m_undoStack;
TextEditor::TextEditorActionHandler &m_actionHandler;