We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1110e72 commit bd68cbbCopy full SHA for bd68cbb
src/third_party/mimetypes-qt4/io/qstandardpaths_win.cpp
@@ -48,7 +48,7 @@
48
#include <QtCore/qcoreapplication.h>
49
#endif
50
51
-#include <qt_windows.h>
+#include <QtCore/qt_windows.h>
52
#include <shlobj.h>
53
#if !defined(Q_OS_WINCE)
54
# include <intshcut.h>
src/third_party/mimetypes-qt4/mimetypes/qmimeprovider.cpp
@@ -76,7 +76,7 @@ QMimeProviderBase::QMimeProviderBase(QMimeDatabasePrivate *db)
76
{
77
}
78
79
-Q_CORE_EXPORT int qmime_secondsBetweenChecks = 5; // exported for the unit test
+int qmime_secondsBetweenChecks = 5;
80
81
bool QMimeProviderBase::shouldCheck()
82
0 commit comments