aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/dummy.cxx
diff options
context:
space:
mode:
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;
+}