mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:53:23 +00:00
Reenamble 'Delete Dive Point' on the planer / add
Just removed an #if 0 Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b27e56da0a
commit
2d41c4da09
1 changed files with 0 additions and 2 deletions
|
@ -186,11 +186,9 @@ void DiveHandler::contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
|
||||||
|
|
||||||
void DiveHandler::selfRemove()
|
void DiveHandler::selfRemove()
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
setSelected(true);
|
setSelected(true);
|
||||||
ProfileWidget2 *view = qobject_cast<ProfileWidget2 *>(scene()->views().first());
|
ProfileWidget2 *view = qobject_cast<ProfileWidget2 *>(scene()->views().first());
|
||||||
view->keyDeleteAction();
|
view->keyDeleteAction();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DiveHandler::changeGas()
|
void DiveHandler::changeGas()
|
||||||
|
|
Loading…
Add table
Reference in a new issue