Mercurial > hg > svgui
diff widgets/ModelDataTableDialog.cpp @ 1051:c02c51ae5238 3.0-plus-imaf
Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
author | Chris Cannam |
---|---|
date | Wed, 20 Apr 2016 12:06:28 +0100 |
parents | 4a578a360011 97ea68f62c1f |
children |
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.cpp Fri Mar 18 14:25:05 2016 +0000 +++ b/widgets/ModelDataTableDialog.cpp Wed Apr 20 12:06:28 2016 +0100 @@ -51,7 +51,6 @@ toolbar = addToolBar(tr("Play Mode Toolbar")); IconLoader il; - QAction *action = new QAction(il.load("playfollow"), tr("Track Playback"), this); action->setStatusTip(tr("Toggle tracking of playback position")); action->setCheckable(true);