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
7bcc9176
Commit
7bcc9176
authored
Feb 22, 2011
by
Thorbjørn Lindeijer
Browse files
Removed strange looking dot after dotdotdot
parent
d652c211
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qmakestep.cpp
View file @
7bcc9176
...
...
@@ -356,7 +356,7 @@ bool QMakeStep::isQmlDebuggingLibrarySupported(QString *reason) const
}
if
(
reason
)
*
reason
=
tr
(
"Library not available. <a href='compile'>Compile...</a>
.
"
);
*
reason
=
tr
(
"Library not available. <a href='compile'>Compile...</a>"
);
return
false
;
}
...
...
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