diff options
author | hjk <hjk@qt.io> | 2016-10-05 17:59:59 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2016-10-06 05:51:06 +0000 |
commit | 440112964db182194235b3371de9a46cf95bf7d9 (patch) | |
tree | 16f3251ebccd319d2f1ee94b333d41798a70adc1 /src/plugins/pythoneditor/pythoneditor.cpp | |
parent | 1fc01ac1c722d79e1c86e7acd0862532fdacf63e (diff) | |
download | qt-creator-440112964db182194235b3371de9a46cf95bf7d9.tar.gz |
PythonEditor: Code cosmetics
Namespace, unused members.
Change-Id: I5cad3a42843c716c5f06bd481c1a1b7b8a2cf29d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index 20acd63918..01845891b0 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -35,6 +35,8 @@ #include <utils/qtcassert.h> +#include <QCoreApplication> + using namespace TextEditor; namespace PythonEditor { |