MythTV  master
Functions | Variables
weatherdbcheck.cpp File Reference
#include <QDir>
#include <QSqlError>
#include <QString>
#include <QStringList>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdb.h>
#include <libmythbase/mythdbcheck.h>
#include "weatherdbcheck.h"
Include dependency graph for weatherdbcheck.cpp:

Go to the source code of this file.

Functions

bool InitializeDatabase ()
 

Variables

const QString currentDatabaseVersion = "1007"
 
const QString MythWeatherVersionName = "WeatherDBSchemaVer"
 

Function Documentation

◆ InitializeDatabase()

bool InitializeDatabase ( )

Definition at line 24 of file weatherdbcheck.cpp.

Variable Documentation

◆ currentDatabaseVersion

const QString currentDatabaseVersion = "1007"

Definition at line 15 of file weatherdbcheck.cpp.

Referenced by InitializeDatabase().

◆ MythWeatherVersionName

const QString MythWeatherVersionName = "WeatherDBSchemaVer"

Definition at line 16 of file weatherdbcheck.cpp.

Referenced by InitializeDatabase().