From e32b02b28f852a48ed04d072edfba5a975143b1d Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 12 Jan 2016 17:25:54 -0600 Subject: [PATCH] Launcher: fix slot name for old-style syntax --- src/GUI/QtLauncher.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5