summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor/glsleditor.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-04-13 13:00:30 +0200
committerhjk <qtc-committer@nokia.com>2011-04-14 11:15:07 +0200
commit70d392d23515e9fc4c5a64897fd4c295d3f17817 (patch)
tree228cf7522e5cd695295b810d6fe5daf53afc9488 /src/plugins/glsleditor/glsleditor.h
parentcbfaea1ed342102cdfa848698d96cb7c010dae48 (diff)
downloadqt-creator-70d392d23515e9fc4c5a64897fd4c295d3f17817.tar.gz
core: make context and widget IContext data members
Diffstat (limited to 'src/plugins/glsleditor/glsleditor.h')
-rw-r--r--src/plugins/glsleditor/glsleditor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glsleditor.h b/src/plugins/glsleditor/glsleditor.h
index f50821a4d0..0255de7705 100644
--- a/src/plugins/glsleditor/glsleditor.h
+++ b/src/plugins/glsleditor/glsleditor.h
@@ -121,8 +121,6 @@ private:
void setSelectedElements();
QString wordUnderCursor() const;
- const Core::Context m_context;
-
QTimer *m_updateDocumentTimer;
QComboBox *m_outlineCombo;
Document::Ptr m_glslDocument;