diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-02-26 13:22:35 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-02-26 13:15:29 +0000 |
commit | fe2addf5156ac3838a182b4af3de07c64e96ab7a (patch) | |
tree | 34f7afb81cafe442f9929e4d36d77db4b21825d6 /src/plugins/texteditor/basehoverhandler.h | |
parent | 93bb48893fa2eaaeae8347ab0b19ea337bc889ce (diff) | |
download | qt-creator-fe2addf5156ac3838a182b4af3de07c64e96ab7a.tar.gz |
Clean exported headers of the TextEditor plugin.
Change-Id: I1e7dd34ba5a51fb0b34d137dc03add4457b32ed1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/texteditor/basehoverhandler.h')
-rw-r--r-- | src/plugins/texteditor/basehoverhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/texteditor/basehoverhandler.h b/src/plugins/texteditor/basehoverhandler.h index d2a6541e8a..00accf05b7 100644 --- a/src/plugins/texteditor/basehoverhandler.h +++ b/src/plugins/texteditor/basehoverhandler.h @@ -33,7 +33,8 @@ #include "texteditor_global.h" #include "helpitem.h" -#include <texteditor/codeassist/keywordscompletionassist.h> + +#include <QObject> namespace Core { class IEditor; } |