fixed #17 lib/ShellCommand.cpp:66: possible =/== mixup
This commit is contained in:
@@ -63,7 +63,7 @@ ShellCommand::ShellCommand(const QString & command , const QStringList & argumen
|
||||
_arguments = arguments;
|
||||
|
||||
if ( !_arguments.isEmpty() ) {
|
||||
_arguments[0] == command;
|
||||
_arguments[0] = command;
|
||||
}
|
||||
}
|
||||
QString ShellCommand::fullCommand() const
|
||||
|
||||
Reference in New Issue
Block a user