Fixed Mac compilation.

This commit is contained in:
Friedemann Kleint
2009-05-19 15:17:15 +02:00
parent 19663fee41
commit 14241725fc

View File

@@ -115,7 +115,7 @@ bool ExternalQtEditor::getEditorLaunchData(const QString &fileName,
data->arguments.push_back(fileName); data->arguments.push_back(fileName);
#ifdef Q_OS_MAC #ifdef Q_OS_MAC
if (useMacOpenCommand) if (useMacOpenCommand)
createMacOpenCommand(&binary, &(data->arguments)); createMacOpenCommand(&(data->binary), &(data->arguments));
#else #else
Q_UNUSED(useMacOpenCommand) Q_UNUSED(useMacOpenCommand)
#endif #endif