summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-10 11:22:10 +0200
committerTannin <devnull@localhost>2015-05-10 11:22:10 +0200
commita25d889e78272a1ecfa07a65f5d09726abd9ee59 (patch)
tree9df14acb1e8609a9af15bd9859275cba6912919b
parent3680e37d392123b7cafa6696b1683b9015d000c1 (diff)
- bugfix: shortcuts specifying a profile didn't work
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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