diff options
author | Daniel Teske <daniel.teske@digia.com> | 2013-01-10 15:07:17 +0100 |
---|---|---|
committer | Daniel Teske <daniel.teske@digia.com> | 2013-01-11 15:06:00 +0100 |
commit | 8e75e611a5f1e0aa4489cdf328cf91a916be08ef (patch) | |
tree | 22914d3b4fc67c45544e35d760166687ce3ee26f /src/plugins/glsleditor/glsleditor.cpp | |
parent | d26ec5048f368d293a6a71bf4a79a494ef2f0e57 (diff) | |
download | qt-creator-8e75e611a5f1e0aa4489cdf328cf91a916be08ef.tar.gz |
Move TextEditor::ToolTip to Utils
To enabled reuse from all plugins.
Change-Id: I1de68c8e6ed017d45f1248b2043f9611becc3b54
Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/glsleditor/glsleditor.cpp')
-rw-r--r-- | src/plugins/glsleditor/glsleditor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/glsleditor/glsleditor.cpp b/src/plugins/glsleditor/glsleditor.cpp index 7a209e5c07..9314a9d75b 100644 --- a/src/plugins/glsleditor/glsleditor.cpp +++ b/src/plugins/glsleditor/glsleditor.cpp @@ -57,7 +57,6 @@ #include <texteditor/texteditorsettings.h> #include <texteditor/syntaxhighlighter.h> #include <texteditor/refactoroverlay.h> -#include <texteditor/tooltip/tooltip.h> #include <qmldesigner/qmldesignerconstants.h> #include <utils/changeset.h> #include <utils/uncommentselection.h> |