--- qsampler/trunk/src/qsamplerInstrument.h 2006/12/17 22:29:29 980 +++ qsampler/trunk/src/qsamplerInstrument.h 2007/10/28 23:30:36 1461 @@ -1,7 +1,7 @@ // qsamplerInstrument.h // /**************************************************************************** - Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -22,7 +22,8 @@ #ifndef __qsamplerInstrument_h #define __qsamplerInstrument_h -#include +#include +#include //------------------------------------------------------------------------- @@ -94,6 +95,9 @@ }; +// so we can use it i.e. through QVariant +Q_DECLARE_METATYPE(qsamplerInstrument) + #endif // __qsamplerInstrument_h