summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/doubletabwidget.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-06-15 14:44:15 +0200
committerdt <qtc-committer@nokia.com>2010-06-15 15:09:38 +0200
commit90a85a9b1e9e24a558c260950ccc590279a324de (patch)
tree00ada6f3e136bea9ddea5d81c5306f234e5e675f /src/plugins/projectexplorer/doubletabwidget.h
parentc7db4a09c8c3cb5de203a3f2d9e43d690b67e73a (diff)
downloadqt-creator-90a85a9b1e9e24a558c260950ccc590279a324de.tar.gz
Fix parsing canceld on project load
Task-Nr: QTCREATORBUG-1616
Diffstat (limited to 'src/plugins/projectexplorer/doubletabwidget.h')
-rw-r--r--src/plugins/projectexplorer/doubletabwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/doubletabwidget.h b/src/plugins/projectexplorer/doubletabwidget.h
index cebe0406a1..704eb373c8 100644
--- a/src/plugins/projectexplorer/doubletabwidget.h
+++ b/src/plugins/projectexplorer/doubletabwidget.h
@@ -30,6 +30,8 @@ public:
int currentIndex() const;
void setCurrentIndex(int index);
+ int currentSubIndex() const;
+
signals:
void currentIndexChanged(int index, int subIndex);