diff options
Diffstat (limited to 'noatun/library/noatunui.cpp')
-rw-r--r-- | noatun/library/noatunui.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/noatun/library/noatunui.cpp b/noatun/library/noatunui.cpp new file mode 100644 index 00000000..9dbb1ff2 --- /dev/null +++ b/noatun/library/noatunui.cpp @@ -0,0 +1,12 @@ +#include "plugin.h" + +UserInterface::UserInterface() + : Plugin() +{ +} + +UserInterface::~UserInterface() +{ + +} + |