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
35b69d96
Commit
35b69d96
authored
Dec 03, 2010
by
Friedemann Kleint
Browse files
Compile warning.
parent
54c5692e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.cpp
View file @
35b69d96
...
...
@@ -75,7 +75,7 @@ class NameValidator : public QValidator
{
public:
NameValidator
(
const
QList
<
MaemoDeviceConfig
>
&
devConfs
,
QWidget
*
parent
=
0
)
:
m_devConfs
(
devConfs
)
:
QValidator
(
parent
),
m_devConfs
(
devConfs
)
{
}
...
...
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