diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-01-30 13:53:35 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-02-04 13:14:05 +0000 |
commit | bfcce472e1f932b0695cabb9fa624ee96261bb16 (patch) | |
tree | 82f9fa9d30e0fa333116e289c42a22b2e28a2834 /src/plugins/diffeditor/diffeditormanager.h | |
parent | 0a402aecd050de7d2b9745719189c71418885950 (diff) | |
download | qt-creator-bfcce472e1f932b0695cabb9fa624ee96261bb16.tar.gz |
DiffEditor: Remove unnecessary instance() method from DiffEditorManager
The interface is static and the only slot that one can connect to is
private.
Change-Id: Iebd3747fecd24e0250d02e663de405e3f9217acb
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditormanager.h')
-rw-r--r-- | src/plugins/diffeditor/diffeditormanager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/diffeditor/diffeditormanager.h b/src/plugins/diffeditor/diffeditormanager.h index 9a4be09581..b953795867 100644 --- a/src/plugins/diffeditor/diffeditormanager.h +++ b/src/plugins/diffeditor/diffeditormanager.h @@ -49,8 +49,6 @@ public: explicit DiffEditorManager(QObject *parent); virtual ~DiffEditorManager(); - static DiffEditorManager *instance(); - static DiffEditorDocument *find(const QString &documentId); static DiffEditorDocument *findOrCreate(const QString &documentId, const QString &displayName); static void removeDocument(DiffEditorDocument *document); |