summaryrefslogtreecommitdiffstats
path: root/qt-ui/modeldelegates.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-04-24 15:17:30 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-25 07:19:18 -0700
commit0785a7f0cac3d1cf5b84e7f62407466c6798df34 (patch)
treebd6aad85737532d8e04590fdad7e8cc4cc6dc0b8 /qt-ui/modeldelegates.h
parent6fe692bde62ba0c33de006c64a7c5b857bcd4007 (diff)
downloadsubsurface-0785a7f0cac3d1cf5b84e7f62407466c6798df34.tar.gz
Better handling of mouse on the delegates ( Equipment Edition )
This adds more handling of missing actions for the mouse on the equipment edition. It complements the stuff talked about on bug 359, but it's a different issue. 359 seems already fixed. See #359 Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/modeldelegates.h')
-rw-r--r--qt-ui/modeldelegates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/modeldelegates.h b/qt-ui/modeldelegates.h
index d4060f940..e2b705e17 100644
--- a/qt-ui/modeldelegates.h
+++ b/qt-ui/modeldelegates.h
@@ -36,6 +36,7 @@ public:
public
slots:
void testActivation(const QString &currString = QString());
+ void testActivation(const QModelIndex &currIndex);
//HACK: try to get rid of this in the future.
void fakeActivation();
void fixTabBehavior();