From 8e9f7dd7e5999179beef23009a3b330d0edf159c Mon Sep 17 00:00:00 2001 From: Vasilis Liaskovitis Date: Sat, 18 Oct 2014 17:12:39 +0200 Subject: [PATCH] use startFullScreen to fix compilation failure (introduced for bug #33) --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 3cb54216..7ccc1504 100644 --- a/main.cpp +++ b/main.cpp @@ -144,7 +144,7 @@ int main(int argc, char *argv[]) if (parser.isSet(fullscreenOption)) { qDebug() << "TODO: Running in fullscreen mode"; - win.enableFullscreen(); + win.startFullScreen(); } // Start app.