#include <QObject>#include <QSqlDatabase>#include <QSqlQuery>#include <QSqlError>#include <QFile>#include <QDir>Go to the source code of this file.
Classes | |
| class | AdoreDb |
| This class handles SQLite access to the queue file. More... | |
Macros | |
| #define | ADOREDB_VERSION "101" |
| the version for this code hadling db access More... | |
| #define | TYPE_UNKNOWN 0 |
| server response types as in column 'type' in the db, derived from the http codes, e.g. 200 = OK, 400 = Error More... | |
| #define | TYPE_DELAY 1 |
| #define | TYPE_SUCCESS 2 |
| #define | TYPE_WARNING 3 |
| #define | TYPE_ERROR 4 |
| #define ADOREDB_VERSION "101" |
the version for this code hadling db access
| #define TYPE_DELAY 1 |
| #define TYPE_ERROR 4 |
| #define TYPE_SUCCESS 2 |
| #define TYPE_UNKNOWN 0 |
server response types as in column 'type' in the db, derived from the http codes, e.g. 200 = OK, 400 = Error
| #define TYPE_WARNING 3 |
1.8.6