X-Git-Url: https://code.delx.au/virtualtones/blobdiff_plain/fea523e103dc13f1f80f71d75fe4f88686566584..dbf3c275fdcd6a94bb63ba2346b8f89dbfe35380:/pianoinstrument.h diff --git a/pianoinstrument.h b/pianoinstrument.h index 53f823b..6ece085 100644 --- a/pianoinstrument.h +++ b/pianoinstrument.h @@ -6,9 +6,9 @@ #ifndef PIANOINSTRUMENT_H #define PIANOINSTRUMENT_H -#include -#include -#include +#include +#include +#include #include "instrument.h" @@ -31,6 +31,8 @@ Q_OBJECT void copyArray(bool source[26], bool dest[26]); void emitSounds(); + QPixmap background; + bool oldNotes[26]; bool notes[26]; };