aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchainoptionspage.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2012-02-01 15:52:14 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2012-02-02 13:40:10 +0100
commit09a1ecf5c2cae368e9c0099a4621b4f7ed79604e (patch)
treece1fc583fc3f44b8f723e08667f6cee22ecb19de /src/plugins/projectexplorer/toolchainoptionspage.h
parent7c0abc29cd4c5a2d6ec561d0cd435a35e996b41c (diff)
ToolChain: Fix issues with item selection on TC optionspage
Task-number: QTCREATORBUG-6819 Change-Id: I90995a10a6421f051d03e53efe5f4f94d76d72a7 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/toolchainoptionspage.h')
-rw-r--r--src/plugins/projectexplorer/toolchainoptionspage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/toolchainoptionspage.h b/src/plugins/projectexplorer/toolchainoptionspage.h
index d01c3b2645..54e9bfb5f9 100644
--- a/src/plugins/projectexplorer/toolchainoptionspage.h
+++ b/src/plugins/projectexplorer/toolchainoptionspage.h
@@ -135,12 +135,14 @@ public:
virtual bool matches(const QString &) const;
private slots:
- void toolChainSelectionChanged(const QItemSelection &);
+ void toolChainSelectionChanged();
void createToolChain(QObject *);
void removeToolChain();
void updateState();
private:
+ QModelIndex currentIndex() const;
+
Ui::ToolChainOptionsPage *m_ui;
QWidget *m_configWidget;
QString m_searchKeywords;