windows: Reviewed and ported a bunch of Q_OS_WIN_OLD usages

Those are fine. Will tackle the difficult ones next.
This commit is contained in:
Sergio Martins
2022-05-30 22:04:35 +01:00
parent d8e703275f
commit 94afae2729
13 changed files with 30 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ CustomViewFactory::~CustomViewFactory() = default;
int main(int argc, char *argv[])
{
#ifdef Q_OS_WIN_TODO
#ifdef Q_OS_WIN
QGuiApplication::setAttribute(Qt::AA_UseOpenGLES);
#endif
QGuiApplication app(argc, argv);