summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonsettings.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-07-15 11:49:34 +0200
committerhjk <hjk@qt.io>2022-07-21 08:25:04 +0000
commit26dd8aef2ac160956c39ac2aca0f6f5c21cbc65e (patch)
tree21f5211a1f32fe0d10a172f34a76bb8730b4dd1c /src/plugins/python/pythonsettings.h
parentf3bceeda532fcc70211ee2397d1925add638ffb4 (diff)
downloadqt-creator-26dd8aef2ac160956c39ac2aca0f6f5c21cbc65e.tar.gz
Python: Convert to Tr::tr
Change-Id: I0241053b0d51dbb1a60c43351cbff543fd52573d Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/python/pythonsettings.h')
-rw-r--r--src/plugins/python/pythonsettings.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/python/pythonsettings.h b/src/plugins/python/pythonsettings.h
index 94b9cc819a..155743deef 100644
--- a/src/plugins/python/pythonsettings.h
+++ b/src/plugins/python/pythonsettings.h
@@ -27,17 +27,14 @@
#include <projectexplorer/runconfigurationaspects.h>
-#include <utils/fileutils.h>
-#include <utils/optional.h>
+#include <utils/filepath.h>
-#include <QUuid>
-
-namespace Python {
-namespace Internal {
+namespace Python::Internal {
class PythonSettings : public QObject
{
Q_OBJECT
+
public:
static void init();
@@ -67,5 +64,4 @@ private:
static void saveSettings();
};
-} // namespace Internal
-} // namespace PythonEditor
+} // PythonEditor::Internal