fixed compilation on linux

This commit is contained in:
fourtf 2018-05-30 18:30:26 +02:00
parent 4b06b43b43
commit 61a6accc54

View file

@ -152,6 +152,7 @@ void AttachedWindow::attachToHwnd_(void *_attachedPtr)
void AttachedWindow::updateWindowRect_(void *_attachedPtr)
{
#ifdef USEWINSDK
auto hwnd = HWND(this->winId());
auto attached = HWND(_attachedPtr);
@ -186,6 +187,7 @@ void AttachedWindow::updateWindowRect_(void *_attachedPtr)
// ::MoveWindow(hwnd, rect.right - 360, rect.top + 82, 360 - 8, rect.bottom -
// rect.top - 82 - 8, false);
#endif
}
// void AttachedWindow::nativeEvent(const QByteArray &eventType, void *message, long *result)