Fix missing ';' in update to MainWindow.cpp

This commit is contained in:
Mark Liversedge
2011-11-19 18:41:12 +00:00
parent cca15e375a
commit 145433dee6

View File

@@ -813,7 +813,7 @@ void
MainWindow::toggleFullScreen()
{
if (fullScreen) fullScreen->toggle();
else qDebug()<<"no fullscreen support compiled in."
else qDebug()<<"no fullscreen support compiled in.";
}
#endif
void