summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiedb/sqltest/main.cpp
Unidiff
Diffstat (limited to 'libopie2/examples/opiedb/sqltest/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/examples/opiedb/sqltest/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/examples/opiedb/sqltest/main.cpp b/libopie2/examples/opiedb/sqltest/main.cpp
index 2ecbf76..adca5fd 100644
--- a/libopie2/examples/opiedb/sqltest/main.cpp
+++ b/libopie2/examples/opiedb/sqltest/main.cpp
@@ -3,12 +3,13 @@
3#include <qpe/qpeapplication.h> 3#include <qpe/qpeapplication.h>
4#include <opie2/osqlmanager.h> 4#include <opie2/osqlmanager.h>
5#include <opie2/osqlquery.h> 5#include <opie2/osqlquery.h>
6#include <opie2/osqldriver.h> 6#include <opie2/osqldriver.h>
7#include <opie2/osqlresult.h> 7#include <opie2/osqlresult.h>
8 8
9using namespace Opie::DB;
9int main( int argc, char* argv[] ) { 10int main( int argc, char* argv[] ) {
10 11
11QPEApplication app( argc, argv ); 12QPEApplication app( argc, argv );
12OSQLManager man; 13OSQLManager man;
13man.registerPath( QDir::currentDirPath() ); 14man.registerPath( QDir::currentDirPath() );
14OSQLBackEnd::ValueList list = man.queryBackEnd(); 15OSQLBackEnd::ValueList list = man.queryBackEnd();