forked from qt-creator/qt-creator
Fix qHash-related size compatibility warnings by MSVC
Change-Id: I3b7981ce78b67db4b996f99682284a0b911d8cd7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
11c73adbe0
commit
3871e40f43
@@ -28,6 +28,7 @@
|
||||
#include "projectexplorer_export.h"
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/porting.h>
|
||||
|
||||
#include <QString>
|
||||
|
||||
@@ -71,6 +72,6 @@ inline bool operator!=(const DeployableFile &d1, const DeployableFile &d2)
|
||||
return !(d1 == d2);
|
||||
}
|
||||
|
||||
PROJECTEXPLORER_EXPORT uint qHash(const DeployableFile &d);
|
||||
PROJECTEXPLORER_EXPORT Utils::QHashValueType qHash(const DeployableFile &d);
|
||||
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
Reference in New Issue
Block a user