From: James Turner Date: Tue, 12 Jan 2016 23:25:54 +0000 (-0600) Subject: Launcher: fix slot name for old-style syntax X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e32b02b28f852a48ed04d072edfba5a975143b1d;p=flightgear.git Launcher: fix slot name for old-style syntax --- diff --git a/src/GUI/QtLauncher.cxx b/src/GUI/QtLauncher.cxx index 9acf91b37..367527c34 100644 --- a/src/GUI/QtLauncher.cxx +++ b/src/GUI/QtLauncher.cxx @@ -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()