summaryrefslogtreecommitdiff
path: root/muse2/awl/sigedit.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-07 03:27:48 +0000
committerTim E. Real <termtech@rogers.com>2010-12-07 03:27:48 +0000
commit8e9886770af1022d88e6f92ff4fcceb3e50d0e55 (patch)
treefb42340c5d7a75278b7ed37478f066324fa59dde /muse2/awl/sigedit.h
parent45f13100f9b5d0fd5a9f4950e135c2ed6de0429c (diff)
Built Awl::posedit and Awl::sigedit, and replaced /widget versions and all usages.
Reverted class SpinBox to previous revision.
Diffstat (limited to 'muse2/awl/sigedit.h')
-rw-r--r--muse2/awl/sigedit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/awl/sigedit.h b/muse2/awl/sigedit.h
index 35e762ca..35cb0f12 100644
--- a/muse2/awl/sigedit.h
+++ b/muse2/awl/sigedit.h
@@ -22,6 +22,7 @@
#define __SIGEDIT_H__
#include "al/sig.h"
+//#include "sig.h"
namespace AL {
class TimeSignature;
@@ -54,6 +55,7 @@ class SigEdit : public QAbstractSpinBox
public slots:
void setValue(const AL::TimeSignature&);
+ void setValue(const QString& s);
public:
SigEdit(QWidget* parent = 0);