We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9515c6d commit a13053cCopy full SHA for a13053c
app/MainWindow.h
@@ -1,5 +1,11 @@
1
#pragma once
2
3
+#ifdef _WIN32
4
+#ifndef NOMINMAX
5
+#define NOMINMAX
6
+#endif
7
8
+
9
#include <QMainWindow>
10
11
#include <QStringList>
0 commit comments