[win] caption: small refactoring

This commit is contained in:
SimplestStudio
2024-02-26 13:51:44 +02:00
parent 9d02117587
commit 04fefb3a4b

View File

@ -63,7 +63,7 @@ private:
return false;
}
bool nativeEvent(const QByteArray &eventType, void *message, long *result)
virtual bool nativeEvent(const QByteArray &eventType, void *message, long *result) override
{
#if (QT_VERSION == QT_VERSION_CHECK(5, 11, 1))
MSG* msg = *reinterpret_cast<MSG**>(message);