mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix missing ';' in update to MainWindow.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user