|
MythTV master
|
#include <QDir>#include <QSqlError>#include <QString>#include <QStringList>#include <libmythbase/mythcorecontext.h>#include <libmythbase/mythdb.h>#include <libmythbase/mythdbcheck.h>#include <libmythbase/mythlogging.h>#include "weatherdbcheck.h"Go to the source code of this file.
Functions | |
| bool | InitializeDatabase () |
Variables | |
| const QString | currentDatabaseVersion = "1007" |
| const QString | MythWeatherVersionName = "WeatherDBSchemaVer" |
| bool InitializeDatabase | ( | void | ) |
Definition at line 25 of file weatherdbcheck.cpp.
| const QString currentDatabaseVersion = "1007" |
Definition at line 16 of file weatherdbcheck.cpp.
Referenced by InitializeDatabase().
| const QString MythWeatherVersionName = "WeatherDBSchemaVer" |
Definition at line 17 of file weatherdbcheck.cpp.
Referenced by InitializeDatabase().