aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/dummy.cxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-03-30 15:54:26 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-03-30 15:54:26 +0200
commitf43df635ef3efbb9ac242024c95c5949fb21a919 (patch)
treede66ab4a791d315abc51a733f00ff35264586108 /odb/qt/dummy.cxx
parent8ffecc252dba12e7208ea25c654e198151217dd7 (diff)
Add code for Qt profile dist build
Diffstat (limited to 'odb/qt/dummy.cxx')
-rw-r--r--odb/qt/dummy.cxx14
1 files changed, 10 insertions, 4 deletions
diff --git a/odb/qt/dummy.cxx b/odb/qt/dummy.cxx
index fa60d2a..81468bc 100644
--- a/odb/qt/dummy.cxx
+++ b/odb/qt/dummy.cxx
@@ -1,8 +1,14 @@
-#include <QString>
+#include <odb/qt/dummy.hxx>
#include <odb/qt/exception.hxx>
-QString dummy ()
+namespace odb
{
- QString s ("Hello, Qt!");
- return s;
+ namespace qt
+ {
+ QString dummy ()
+ {
+ QString s ("Hello, Qt!");
+ return s;
+ }
+ }
}