aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/dummy.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-17 16:32:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-17 16:32:54 +0200
commitdfb1ac9f19feacdce627b7e4bb20192bc71fe2d6 (patch)
tree56dc8e6a8f18d9735ebd3fd44b1294efe5d5c059 /odb/qt/dummy.cxx
parentcb249b85903c7e505a44c24ae47346e98f3485b9 (diff)
Add Qt import stub
Diffstat (limited to 'odb/qt/dummy.cxx')
-rw-r--r--odb/qt/dummy.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/odb/qt/dummy.cxx b/odb/qt/dummy.cxx
index abf4e34..fa60d2a 100644
--- a/odb/qt/dummy.cxx
+++ b/odb/qt/dummy.cxx
@@ -1,3 +1,8 @@
+#include <QString>
#include <odb/qt/exception.hxx>
-void dummy () {}
+QString dummy ()
+{
+ QString s ("Hello, Qt!");
+ return s;
+}