diff options
author | Robert Jonsson <spamatica@gmail.com> | 2009-12-27 11:30:35 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2009-12-27 11:30:35 +0000 |
commit | b703eab295330e6f81564fbb39a10a1a2fdd2f54 (patch) | |
tree | e46b5c9a6bc22fd661c15d1d2123f5bf631cef80 /muse_qt4_evolution/awl/ltest.cpp | |
parent | 5d5fa0fdf913907edbc3d2d29a7548f0cb658c94 (diff) |
moved old qt4 branch
Diffstat (limited to 'muse_qt4_evolution/awl/ltest.cpp')
-rw-r--r-- | muse_qt4_evolution/awl/ltest.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/muse_qt4_evolution/awl/ltest.cpp b/muse_qt4_evolution/awl/ltest.cpp new file mode 100644 index 00000000..55fe1749 --- /dev/null +++ b/muse_qt4_evolution/awl/ltest.cpp @@ -0,0 +1,14 @@ +#include <stdio.h> +#include "awlplugin.h" + +//--------------------------------------------------------- +// main +//--------------------------------------------------------- + +int main(int /*argc*/, char* /*argv*/[]) + { + printf("Hello MusE\n"); + new KnobPlugin; + return 0; + } + |