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
Marco Bubke
flatpak-qt-creator
Commits
4047e045
Commit
4047e045
authored
Apr 22, 2010
by
Kai Koehne
Browse files
Fix gcc compiler warnings
parent
a50371f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/stateseditor/stateseditorview.cpp
View file @
4047e045
...
...
@@ -391,7 +391,7 @@ void StatesEditorView::otherPropertyChanged(const QmlObjectNode &qmlObjectNode,
}
void
StatesEditorView
::
customNotification
(
const
AbstractView
*
view
,
const
QString
&
identifier
,
const
QList
<
ModelNode
>
&
nodeList
,
const
QList
<
QVariant
>
&
data
)
void
StatesEditorView
::
customNotification
(
const
AbstractView
*
/*
view
*/
,
const
QString
&
/*
identifier
*/
,
const
QList
<
ModelNode
>
&
/*
nodeList
*/
,
const
QList
<
QVariant
>
&
/*
data
*/
)
{
if
(
debug
)
qDebug
()
<<
__FUNCTION__
;
...
...
src/plugins/qt4projectmanager/qt-maemo/maemorunfactories.cpp
View file @
4047e045
...
...
@@ -111,7 +111,7 @@ QStringList MaemoRunConfigurationFactory::availableCreationIds(Target *parent) c
return
QStringList
();
}
QString
MaemoRunConfigurationFactory
::
displayNameForId
(
const
QString
&
id
)
const
QString
MaemoRunConfigurationFactory
::
displayNameForId
(
const
QString
&
/*id*/
)
const
{
return
tr
(
"New Maemo Run Configuration"
);
}
...
...
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