Skip to content

Commit

Permalink
removed sqldataaccess which was not used in databasecreation and remo…
Browse files Browse the repository at this point in the history
…ved entryPointType from pushcollector to use configuration block to determine it instead so that it will work for debug or release builds
  • Loading branch information
Adam Sosnowski committed Sep 4, 2013
1 parent 10b9f79 commit 34a092a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion databasecreation/src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <bb/cascades/Application>
#include <bb/cascades/QmlDocument>
#include <bb/cascades/OrientationSupport>
#include <bb/data/SqlDataAccess>
#include <bb/system/SystemDialog>

#include <QtSql/QtSql>
Expand Down
4 changes: 2 additions & 2 deletions docs/databasecreation.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
\section1 Description

The Database creation example demonstrates how to create a database, table and table records
using the \c SqlDataAccess instance.
using the \c SqlQuery instance.

\image databasecreation-example.png

\section1 Overview
In this example we'll learn how to use the SqlDataAcces, QtSqlDatabase and QtSqlQuery to create
In this example we'll learn how to use the QtSqlDatabase and QtSqlQuery to create
databases, tables and records via the Sql syntax.

\section1 UI
Expand Down
2 changes: 0 additions & 2 deletions pushCollector/10.2/pushCollector/bar-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,10 @@

<entryPoint id="PushCollectorEP">
<name>Push Collector</name>
<entryPointType>Qnx/Elf</entryPointType>
</entryPoint>

<entryPoint id="PushCollectorHeadlessEP">
<name>Headless</name>
<entryPointType>Qnx/Elf</entryPointType>
</entryPoint>

<!-- Need to put an invoke entry here for push -->
Expand Down

0 comments on commit 34a092a

Please sign in to comment.