aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/dummy.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-03-31 15:36:02 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 14:38:40 +0200
commit621bc135b9825fc9f18ada204f67d3800c5f6fda (patch)
treefa94cea520c51c44f5fc25b85d7932b7f738a4aa /odb/qt/dummy.hxx
parentf43df635ef3efbb9ac242024c95c5949fb21a919 (diff)
Complete qt/basic and qt/date-time implementations
Diffstat (limited to 'odb/qt/dummy.hxx')
-rw-r--r--odb/qt/dummy.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/odb/qt/dummy.hxx b/odb/qt/dummy.hxx
deleted file mode 100644
index e35625a..0000000
--- a/odb/qt/dummy.hxx
+++ /dev/null
@@ -1,12 +0,0 @@
-// Force compilation and creation of libodb-qt library for now.
-//
-#include <QString>
-#include <odb/qt/details/export.hxx>
-
-namespace odb
-{
- namespace qt
- {
- LIBODB_QT_EXPORT QString dummy ();
- }
-}