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
63a0afb5
Commit
63a0afb5
authored
Jul 16, 2010
by
ck
Browse files
Maemo: Fix compilation error.
parent
4ab3e05a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp
View file @
63a0afb5
...
...
@@ -33,15 +33,15 @@ MaemoDeployStepWidget::~MaemoDeployStepWidget()
void
MaemoDeployStepWidget
::
init
()
{
connect
DeviceConfigModel
();
handle
DeviceConfigModel
Changed
();
connect
(
m_step
->
buildConfiguration
()
->
target
(),
SIGNAL
(
activeRunConfigurationChanged
(
ProjectExplorer
::
RunConfiguration
*
)),
this
,
SLOT
(
connect
DeviceConfigModel
()));
this
,
SLOT
(
handle
DeviceConfigModel
Changed
()));
connect
(
ui
->
deviceConfigComboBox
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
setCurrentDeviceConfig
(
int
)));
}
void
MaemoDeployStepWidget
::
connect
DeviceConfigModel
()
void
MaemoDeployStepWidget
::
handle
DeviceConfigModel
Changed
()
{
const
MaemoDeviceConfigListModel
*
const
oldModel
=
qobject_cast
<
MaemoDeviceConfigListModel
*>
(
ui
->
deviceConfigComboBox
->
model
());
...
...
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