X-Git-Url: https://code.delx.au/virtualtones/blobdiff_plain/e0efeea407809897396731f760ff60e361351d83..dbf3c275fdcd6a94bb63ba2346b8f89dbfe35380:/instrument.cpp diff --git a/instrument.cpp b/instrument.cpp index b4e7296..0ebf341 100644 --- a/instrument.cpp +++ b/instrument.cpp @@ -5,6 +5,8 @@ #include "instrument.h" +using namespace Qt; + Instrument::Instrument(QWidget *parent) : QWidget(parent, 0) @@ -112,5 +114,3 @@ bool Instrument::checkSharp(int note) return false; } - -