mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
6fe692bde6
commit
0785a7f0ca
2 changed files with 10 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue