From 4d93bb8216e80dac72d470354b23b6d69d804b3c Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 3 Sep 2014 11:24:38 +0200 Subject: TextEditor: Flip default to 'duplicatedSupported' opt-out now, for all editors created by BaseTextEditorFactories. Change-Id: I01d0a9ff26320fcd0b84ff90ff22c747cf84b84c Reviewed-by: hjk --- src/plugins/pythoneditor/pythoneditor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/pythoneditor/pythoneditor.cpp') 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) -- cgit v1.2.1