mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Fix build on windows
This commit is contained in:
parent
a0457251a0
commit
36dd2e086d
@ -1868,7 +1868,7 @@ bool QupZilla::restoreState(const QByteArray &state, int version)
|
||||
|
||||
return QMainWindow::restoreState(windowState, version);
|
||||
#else
|
||||
return QMainWindow::restoreState(windowState, version);
|
||||
return QMainWindow::restoreState(state, version);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user