Skip to content
Snippets Groups Projects
Commit 14241725 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fixed Mac compilation.

parent 19663fee
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ bool ExternalQtEditor::getEditorLaunchData(const QString &fileName,
data->arguments.push_back(fileName);
#ifdef Q_OS_MAC
if (useMacOpenCommand)
createMacOpenCommand(&binary, &(data->arguments));
createMacOpenCommand(&(data->binary), &(data->arguments));
#else
Q_UNUSED(useMacOpenCommand)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment