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
Tobias Hunger
qt-creator
Commits
0c2e8834
Commit
0c2e8834
authored
Aug 03, 2010
by
Roberto Raggi
Browse files
Compile on mac.
parent
c4d4a493
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp
View file @
0c2e8834
...
...
@@ -235,7 +235,7 @@ bool MaemoTemplatesManager::setVersion(const Project *project,
QString
content
=
QString
::
fromUtf8
(
changeLog
.
readAll
());
content
.
replace
(
QRegExp
(
QLatin1String
(
"
\\
([a-zA-Z0-9_
\\
.]+
\\
)"
)),
QLatin1Char
(
'('
)
%
version
%
QLatin1Char
(
')'
));
QLatin1Char
(
'('
)
+
version
+
QLatin1Char
(
')'
));
changeLog
.
resize
(
0
);
changeLog
.
write
(
content
.
toUtf8
());
changeLog
.
close
();
...
...
Write
Preview
Markdown
is supported
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