summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorconstants.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2014-09-30 18:27:25 +0200
committerhjk <hjk121@nokiamail.com>2014-10-01 12:15:03 +0200
commit3277180b0c42f0f8bfad45774ff06ab965a28ad1 (patch)
tree994e7f4f10baef8d1fbaa677c97e5d284955a7c1 /src/plugins/pythoneditor/pythoneditorconstants.h
parentc5dd04f159497a9181f53fc6aff04744a5949bf4 (diff)
downloadqt-creator-3277180b0c42f0f8bfad45774ff06ab965a28ad1.tar.gz
JsonWizard: Replace Python FileWizard with a JsonWizard
Change-Id: Iebeae1f52cf856e009a0910118829c89dd3ea222 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorconstants.h')
-rw-r--r--src/plugins/pythoneditor/pythoneditorconstants.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorconstants.h b/src/plugins/pythoneditor/pythoneditorconstants.h
index 6dbc178619..c29fd4cb85 100644
--- a/src/plugins/pythoneditor/pythoneditorconstants.h
+++ b/src/plugins/pythoneditor/pythoneditorconstants.h
@@ -46,16 +46,6 @@ const char C_PY_WIZARD_CATEGORY[] = "U.Python";
const char C_PY_EXTENSION[] = ".py";
const char C_PY_DISPLAY_CATEGORY[] = "Python";
- // source
-const char C_PY_SOURCE_WIZARD_ID[] = "P.PySource";
-const char C_PY_SOURCE_CONTENT[] =
- "#!/usr/bin/env python\n"
- "# -*- coding: utf-8 -*-\n"
- "\n";
-const char EN_PY_SOURCE_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("PythonEditor::FileWizard", "Python source file");
-const char EN_PY_SOURCE_DESCRIPTION[] =
- QT_TRANSLATE_NOOP("PythonEditor::FileWizard", "Creates an empty Python script with UTF-8 charset");
-
// class
const char C_PY_CLASS_WIZARD_ID[] = "P.PyClass";
const char EN_PY_CLASS_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("PythonEditor::ClassWizard", "Python class");