summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditor.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2016-10-05 17:59:59 +0200
committerhjk <hjk@qt.io>2016-10-06 05:51:06 +0000
commit440112964db182194235b3371de9a46cf95bf7d9 (patch)
tree16f3251ebccd319d2f1ee94b333d41798a70adc1 /src/plugins/pythoneditor/pythoneditor.cpp
parent1fc01ac1c722d79e1c86e7acd0862532fdacf63e (diff)
downloadqt-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.cpp2
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 {