1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fix build on windows

This commit is contained in:
Mark Tolley 2012-09-07 19:31:55 +01:00
parent a0457251a0
commit 36dd2e086d

View File

@ -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
}