]> git.mxchange.org Git - flightgear.git/commitdiff
Launcher: fix slot name for old-style syntax
authorJames Turner <zakalawe@mac.com>
Tue, 12 Jan 2016 23:25:54 +0000 (17:25 -0600)
committerJames Turner <zakalawe@mac.com>
Tue, 12 Jan 2016 23:25:54 +0000 (17:25 -0600)
src/GUI/QtLauncher.cxx

index 9acf91b37bfbaa88744381d50da5281ef5a5e30a..367527c34acc441bed744309bd2199fc149571e5 100644 (file)
@@ -664,7 +664,7 @@ void QtLauncher::restoreSettings()
 
 void QtLauncher::delayedAircraftModelReset()
 {
-    QTimer::singleShot(1, this, SLOT(QtLauncher::maybeRestoreAircraftSelection()));
+    QTimer::singleShot(1, this, SLOT(maybeRestoreAircraftSelection()));
 }
 
 void QtLauncher::maybeRestoreAircraftSelection()