diff widgets/ModelDataTableDialog.cpp @ 675:3437e0fad7ae imaf_enc

IMAF load code from Jesus Corral Garcia
author Chris Cannam
date Mon, 04 Nov 2013 17:09:36 +0000
parents 4806715f7a19
children 97ea68f62c1f
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.cpp	Thu May 16 13:11:13 2013 +0100
+++ b/widgets/ModelDataTableDialog.cpp	Mon Nov 04 17:09:36 2013 +0000
@@ -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);