diff options
author | hjk <hjk121@nokiamail.com> | 2013-05-25 00:12:23 +0200 |
---|---|---|
committer | David Schulz <david.schulz@digia.com> | 2013-05-27 08:25:47 +0200 |
commit | dfc0ee6456f3f72c0ad77846f17b910e4cf48d03 (patch) | |
tree | 0b1f5c60ab755eb542321189ad0131a689f14050 /src/plugins/pythoneditor/pythoneditor.cpp | |
parent | 569d29dc3eeabaec5dd312f5d9e35a9a8f54ab5c (diff) | |
download | qt-creator-dfc0ee6456f3f72c0ad77846f17b910e4cf48d03.tar.gz |
Editors: No need to re-implement functions identical to base
Change-Id: Ibdd3147cc2a64407802fa237b7943d2e96c9003b
Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index c66e1fe393..629e326e2f 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -74,11 +74,6 @@ Core::Id PythonEditor::id() const return Core::Id(Constants::C_PYTHONEDITOR_ID); } -Core::Id PythonEditor::preferredModeType() const -{ - return Core::Id(); -} - bool PythonEditor::open(QString *errorString, const QString &fileName, const QString &realFileName) |