diff options
author | hjk <qtc-committer@nokia.com> | 2011-09-16 15:00:41 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-09-19 08:56:44 +0200 |
commit | 58cb19e55e92f5386458adbf54ff64adbcb85ed3 (patch) | |
tree | 17286cf1a6ddd2a880299caefb3edd563fafbbb4 /src/plugins/texteditor/snippets/snippeteditor.h | |
parent | dbe1653775f19fc35cd19f50294951711a713f58 (diff) | |
download | qt-creator-58cb19e55e92f5386458adbf54ff64adbcb85ed3.tar.gz |
all: less QScopedPointer
Change-Id: I536bdb4d4f0c10fa858560f3c160fc0fff8da9b2
Reviewed-on: http://codereview.qt-project.org/5116
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/texteditor/snippets/snippeteditor.h')
-rw-r--r-- | src/plugins/texteditor/snippets/snippeteditor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.h b/src/plugins/texteditor/snippets/snippeteditor.h index a51ae2c9f9..23afb5b665 100644 --- a/src/plugins/texteditor/snippets/snippeteditor.h +++ b/src/plugins/texteditor/snippets/snippeteditor.h @@ -36,10 +36,6 @@ #include <texteditor/texteditor_global.h> #include <texteditor/basetexteditor.h> -#include <QtCore/QScopedPointer> - -QT_FORWARD_DECLARE_CLASS(QFocusEvent) - namespace TextEditor { class SnippetEditorWidget; |