mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[win] caption: small refactoring
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user