Compare commits
No commits in common. "dd75e73e505ca5f7c3f835bf2006eeadd5b1de4a" and "825a4512192f2b96857b63ae0175af0437e7ebad" have entirely different histories.
dd75e73e50
...
825a451219
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit d32871be6542a9e9a066aaa1ddea8fe1a6cd2d86
|
||||
Subproject commit 201880ee1c54abe17abf8b04f8d889bd17a9af8e
|
|
@ -116,12 +116,6 @@ enum class ExtraDataType : quint8
|
|||
FramelessQuickHelper
|
||||
};
|
||||
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
|
||||
inline uint qHash(ExtraDataType key, uint seed = 0) noexcept {
|
||||
return ::qHash(static_cast<quint8>(key), seed);
|
||||
}
|
||||
#endif
|
||||
|
||||
struct FRAMELESSHELPER_CORE_API FramelessExtraData
|
||||
{
|
||||
FramelessExtraData();
|
||||
|
|
Loading…
Reference in New Issue