aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/dummy.cxx
blob: 81468bca26e80eb05f164d62704df5448af8406c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <odb/qt/dummy.hxx>
#include <odb/qt/exception.hxx>

namespace odb
{
  namespace qt
  {
    QString dummy ()
    {
      QString s ("Hello, Qt!");
      return s;
    }
  }
}