summaryrefslogtreecommitdiffstats
path: root/demo3/horizontal/tachometer/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:44:57 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:44:57 +0900
commit0709fc32997c6e83b49e1311b000ba9717b87fb6 (patch)
treeb6b6a233cd5f0f28531af2d1e68d763967d58263 /demo3/horizontal/tachometer/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp
parentdbc04daef11fe8ed0743d37a0b2ad63245c57dde (diff)
Add tachometer for horizontal mode
Add tachometer for horizontal mode. Change-Id: Ia5ae863dc1b2bfc6c282015c5c01a47c60cc429c Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/horizontal/tachometer/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp')
-rw-r--r--demo3/horizontal/tachometer/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/demo3/horizontal/tachometer/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp b/demo3/horizontal/tachometer/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp
new file mode 100644
index 0000000..bb95c93
--- /dev/null
+++ b/demo3/horizontal/tachometer/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp
@@ -0,0 +1,8 @@
+#include <qlibwindowmanager.h>
+
+int main(int argc,char **argv)
+{
+ QLibWindowmanager qwm;
+ return 0;
+}
+