Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
14241725
Commit
14241725
authored
May 19, 2009
by
Friedemann Kleint
Browse files
Fixed Mac compilation.
parent
19663fee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/externaleditors.cpp
View file @
14241725
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment