aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmodel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2012-09-24 14:18:41 +0200
committerTobias Hunger <tobias.hunger@digia.com>2012-09-24 15:49:37 +0200
commitf8810811c38626105adb1bb8c04e513d3f466e1d (patch)
treee42c78a28004aa57bf11dc656ba7468f97235b19 /src/plugins/projectexplorer/kitmodel.h
parentffea02d536f8dfc3b1fee63605d64ec6e9e33d09 (diff)
Make renaming of kits consistent with other areas
Do not use double-click on the name in the table for renaming. Add a line edit to the kit details instead. Task-number: QTCREATORBUG-7805 Change-Id: I6fac275b095c9000c765609a4cee1963d8e80380 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/kitmodel.h')
-rw-r--r--src/plugins/projectexplorer/kitmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/kitmodel.h b/src/plugins/projectexplorer/kitmodel.h
index 8de127766f..bd591db144 100644
--- a/src/plugins/projectexplorer/kitmodel.h
+++ b/src/plugins/projectexplorer/kitmodel.h
@@ -69,7 +69,6 @@ public:
int columnCount(const QModelIndex &parent = QModelIndex()) const;
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
- bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole);
Qt::ItemFlags flags(const QModelIndex &index) const;
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;