diff widgets/NotifyingPushButton.h @ 1180:6a6a63506e3f levelpanwidget

Some work on play parameters and level controls in property box
author Chris Cannam
date Tue, 06 Dec 2016 09:47:27 +0000
parents 5b7472db612b
children 7609580fb05a
line wrap: on
line diff
--- a/widgets/NotifyingPushButton.h	Tue Dec 06 09:20:10 2016 +0000
+++ b/widgets/NotifyingPushButton.h	Tue Dec 06 09:47:27 2016 +0000
@@ -26,8 +26,8 @@
 class NotifyingPushButton : public QPushButton
 {
     Q_OBJECT
+
 public:
-
     NotifyingPushButton(QWidget *parent = 0) :
         QPushButton(parent) { }