From 8e9886770af1022d88e6f92ff4fcceb3e50d0e55 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Tue, 7 Dec 2010 03:27:48 +0000 Subject: Built Awl::posedit and Awl::sigedit, and replaced /widget versions and all usages. Reverted class SpinBox to previous revision. --- muse2/awl/sigedit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'muse2/awl/sigedit.h') 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); -- cgit v1.2.3