diff options
| author | Tannin <devnull@localhost> | 2015-05-10 11:22:10 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-10 11:22:10 +0200 |
| commit | a25d889e78272a1ecfa07a65f5d09726abd9ee59 (patch) | |
| tree | 9df14acb1e8609a9af15bd9859275cba6912919b | |
| parent | 3680e37d392123b7cafa6696b1683b9015d000c1 (diff) | |
- bugfix: shortcuts specifying a profile didn't work
| -rw-r--r-- | src/main.cpp | 2 |
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
|
