]> code.delx.au - virtualtones/blobdiff - stringinstrument.h
Few polish fixes
[virtualtones] / stringinstrument.h
index e88d29f332276799e769c3683a53cebf287cb501..8e5b485441587a1dafc3401eedd3780b734e2a22 100644 (file)
@@ -9,6 +9,7 @@
 #include <qwidget.h>
 #include <qpixmap.h>
 #include <qpainter.h>
+#include <qtimer.h>
 
 #include "instrument.h"
 
@@ -20,6 +21,9 @@ Q_OBJECT
        public:
                StringInstrument(QWidget *parent);
                ~StringInstrument();
+       
+       private slots:
+               void emitSounds();
 
        protected:
                QString generateHelp();
@@ -33,7 +37,6 @@ Q_OBJECT
                void zeroArray(int array[4]);
                virtual void setNotes(int array[4])=0; // Set the base string notes
                void copyArray(int source[4], int dest[4]);
-               void emitSounds();
 
                // Keys
                bool down[4][4];