diff options
Diffstat (limited to 'Qt/main.h')
-rw-r--r-- | Qt/main.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Qt/main.h b/Qt/main.h new file mode 100644 index 0000000..6c7c5c9 --- /dev/null +++ b/Qt/main.h @@ -0,0 +1,7 @@ +#pragma once + +#include <QSql> +#include <QSqlDatabase> + +int main(int argc, char *argv[]); +extern QSqlDatabase dbRef; |