fix: build under linux
This commit is contained in:
parent
6960b2cb2f
commit
a86efaaeb3
|
@ -195,7 +195,7 @@ bool MainWindow::nativeEvent(const QByteArray &eventType, void *message, long *r
|
|||
|
||||
return false;
|
||||
#else
|
||||
return QMainWindow::nativeEvent(eventType, *message, *result);
|
||||
return QMainWindow::nativeEvent(eventType, message, result);
|
||||
#endif // _WIN32
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user