Skip to content
GitLab
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
3b315edc
Commit
3b315edc
authored
Jun 16, 2010
by
ck
Browse files
Maemo: Compile fix.
parent
749e97db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp
View file @
3b315edc
...
...
@@ -37,7 +37,6 @@
#include
<qt4projectmanager/qt4project.h>
#include
<qt4projectmanager/qt4target.h>
#include
<profile.h>
#include
<prowriter.h>
#include
<QtCore/QCryptographicHash>
...
...
@@ -257,7 +256,7 @@ bool MaemoPackageContents::setData(const QModelIndex &index,
QString
error
;
if
(
!
readProFileContents
(
&
error
))
{
qWarning
(
qPrintable
(
error
));
qWarning
(
"%s"
,
qPrintable
(
error
));
return
false
;
}
...
...
@@ -277,7 +276,7 @@ bool MaemoPackageContents::setData(const QModelIndex &index,
addValueToProFile
(
pathElem
,
newRemoteDir
);
if
(
!
writeProFileContents
(
&
error
))
{
qWarning
(
qPrintable
(
error
));
qWarning
(
"%s"
,
qPrintable
(
error
));
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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