From a25d889e78272a1ecfa07a65f5d09726abd9ee59 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 10 May 2015 11:22:10 +0200 Subject: - bugfix: shortcuts specifying a profile didn't work --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 07210a23..cbf561ed 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -301,7 +301,7 @@ static bool HaveWriteAccess(const std::wstring &path) } -QString determineProfile(QStringList arguments, const QSettings &settings) +QString determineProfile(QStringList &arguments, const QSettings &settings) { QString selectedProfileName = QString::fromUtf8(settings.value("selected_profile", "").toByteArray()); { // see if there is a profile on the command line -- cgit v1.3.1