#include <Database.h>
|
| std::vector< std::string > | m_requiredArgs = { "-host", "-database", "-username", "-password" } |
| |
| Database::Database |
( |
const QStringList & |
args | ) |
|
| QSqlDatabase Database::m_db |
| bool Database::m_initialised |
| std::vector<std::string> Database::m_requiredArgs = { "-host", "-database", "-username", "-password" } |
|
private |
- Third Party Dependency:
- The version of gcc in the ubuntu 12.04 repositories won't work, You need at least gcc version 4.8.1 to build non-static data member initialisers
The documentation for this class was generated from the following files: