diff options
author | hjk <hjk121@nokiamail.com> | 2014-09-03 11:24:38 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-09-03 14:10:47 +0200 |
commit | 4d93bb8216e80dac72d470354b23b6d69d804b3c (patch) | |
tree | fe4489f59ef7231744e05b2eb157ba6d46aeb733 /src/plugins/pythoneditor/pythoneditor.cpp | |
parent | 7ec74147a8f78ca2e376d238baa4449f59a1d552 (diff) | |
download | qt-creator-4d93bb8216e80dac72d470354b23b6d69d804b3c.tar.gz |
TextEditor: Flip default to 'duplicatedSupported'
opt-out now, for all editors created by BaseTextEditorFactories.
Change-Id: I01d0a9ff26320fcd0b84ff90ff22c747cf84b84c
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index 06a968032d..683de096a2 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -62,7 +62,6 @@ class PythonEditor : public BaseTextEditor public: PythonEditor() { - setDuplicateSupported(true); } bool open(QString *errorString, const QString &fileName, const QString &realFileName) |