diff widgets/ModelDataTableDialog.cpp @ 1535:873ff035364c

Tidy / debug
author Chris Cannam
date Mon, 14 Oct 2019 14:20:02 +0100
parents 9bf8aa2916e9
children 5a215033b853
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.cpp	Wed Oct 09 13:45:17 2019 +0100
+++ b/widgets/ModelDataTableDialog.cpp	Mon Oct 14 14:20:02 2019 +0100
@@ -75,14 +75,6 @@
 
     CommandHistory::getInstance()->registerToolbar(toolbar);
 
-/*
-    action = new QAction(il.load("dataedit"), tr("Edit Selected Item"), this);
-    action->setShortcut(tr("Edit"));
-    action->setStatusTip(tr("Edit the selected item"));
-    connect(action, SIGNAL(triggered()), this, SLOT(editRow()));
-    toolbar->addAction(action);
-*/
-
     QFrame *mainFrame = new QFrame;
     setCentralWidget(mainFrame);