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
c8eb6ec7
Commit
c8eb6ec7
authored
Jun 29, 2010
by
Kai Koehne
Browse files
ProjectExplorer: Fix compilation warning (gcc)
parent
72744b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/customwizard/customwizardpage.cpp
View file @
c8eb6ec7
...
...
@@ -155,7 +155,7 @@ QWidget *CustomWizardFieldPage::registerTextEdit(const QString &fieldName,
}
// QTextEdit
QWidget
*
CustomWizardFieldPage
::
registerPathChooser
(
const
QString
&
fieldName
,
const
CustomWizardField
&
field
)
const
CustomWizardField
&
/*
field
*/
)
{
Utils
::
PathChooser
*
pathChooser
=
new
Utils
::
PathChooser
;
registerField
(
fieldName
,
pathChooser
,
"path"
,
SIGNAL
(
changed
(
QString
)));
...
...
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