Fix VSync menu item on Windows

This commit is contained in:
David Rowe 2015-02-09 12:01:53 -08:00
parent 6378009992
commit 468433e70a

View file

@ -334,7 +334,7 @@ Menu::Menu() {
#if defined(Q_OS_MAC)
#else
addCheckableActionToQMenuAndActionHash(renderOptionsMenu, MenuOption::RenderTargetFramerateVSyncOn, 0, true,
qApp, SLOT(changeVSync()));
qApp, SLOT(setVSyncEnabled()));
#endif
}