mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kstart: correct arguments passing to command
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2838d2997e
commit
59e5d0bd57
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ int main( int argc, char *argv[] )
|
|||
|
||||
exe = args->arg(0);
|
||||
proc = new QProcess;
|
||||
for(int i=0; i < args->count(); i++)
|
||||
for(int i = 1; i < args->count(); i++)
|
||||
exeArgs << args->arg(i);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue