summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager/editorview.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-07-23 15:36:55 +0200
committerEike Ziller <eike.ziller@digia.com>2014-08-13 15:47:58 +0200
commit49a8cf44daa965d421466fb9c922b08594658e2d (patch)
tree85af246435cd46478b15cb25e17785578b442003 /src/plugins/coreplugin/editormanager/editorview.h
parent2a9a014c9d78b902da6332f081b37a830bb0541d (diff)
downloadqt-creator-49a8cf44daa965d421466fb9c922b08594658e2d.tar.gz
Editors: Set window title for external editor windows
Change-Id: I54ed77c0f1b2122ae8833109d8dcac7d8eec7ac4 Task-number: QTCREATORBUG-9612 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/coreplugin/editormanager/editorview.h')
-rw-r--r--src/plugins/coreplugin/editormanager/editorview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/editormanager/editorview.h b/src/plugins/coreplugin/editormanager/editorview.h
index 592f3e1426..08f567e1b6 100644
--- a/src/plugins/coreplugin/editormanager/editorview.h
+++ b/src/plugins/coreplugin/editormanager/editorview.h
@@ -103,6 +103,9 @@ public:
static void updateEditorHistory(IEditor *editor, QList<EditLocation> &history);
+signals:
+ void currentEditorChanged(Core::IEditor *editor);
+
protected:
void paintEvent(QPaintEvent *);
void mousePressEvent(QMouseEvent *e);