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.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/odb/qt/dummy.cxx b/odb/qt/dummy.cxx
deleted file mode 100644
index 81468bc..0000000
--- a/odb/qt/dummy.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <odb/qt/dummy.hxx>
-#include <odb/qt/exception.hxx>
-
-namespace odb
-{
- namespace qt
- {
- QString dummy ()
- {
- QString s ("Hello, Qt!");
- return s;
- }
- }
-}