From a354d3cfc491f34107d712de4f4216f1e4f35098 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 16 Apr 2022 02:20:43 +0200 Subject: Make it compile with qt6 *BIG FAT WARNING* Took me a while to figure it out, but the database connection only works with MINGW64 instead of MINGW32! With the latter loading the SQL Plugin fails! That said, off to brighter shores :) --- shemovcleaner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shemovcleaner.cpp') diff --git a/shemovcleaner.cpp b/shemovcleaner.cpp index 32b9d01..95d6c0b 100644 --- a/shemovcleaner.cpp +++ b/shemovcleaner.cpp @@ -28,7 +28,7 @@ #include "globals.h" #include "helper.h" -ShemovCleaner::ShemovCleaner(QWidget *parent, Qt::WindowFlags f) : QMainWindow(parent, f) { +ShemovCleaner::ShemovCleaner(QWidget *parent) : QMainWindow(parent) { //general setup qApp->setWindowIcon(QIcon(":/clean_tampon.png")); setMinimumWidth(800); -- cgit v1.2.3-70-g09d2