Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
322ef6b8
Commit
322ef6b8
authored
Jan 07, 2010
by
ck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maemo: Missing initialization bugfix + string capitalization.
parent
41e093cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/plugins/qt4projectmanager/qt-maemo/maemosettingspage.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosettingspage.cpp
+3
-2
src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.ui
...plugins/qt4projectmanager/qt-maemo/maemosettingswidget.ui
+2
-2
No files found.
src/plugins/qt4projectmanager/qt-maemo/maemosettingspage.cpp
View file @
322ef6b8
...
...
@@ -165,8 +165,8 @@ private:
PortAndTimeoutValidator
m_timeoutValidator
;
NameValidator
m_nameValidator
;
#ifdef USE_SSH_LIB
MaemoSshDeployer
*
m_keyDeployer
;
MaemoSshRunner
*
m_deviceTester
;
MaemoSshDeployer
*
m_keyDeployer
;
#endif
QString
m_deviceTestOutput
;
QString
m_defaultTestOutput
;
...
...
@@ -224,6 +224,7 @@ MaemoSettingsWidget::MaemoSettingsWidget(QWidget *parent)
m_nameValidator
(
m_devConfs
)
#ifdef USE_SSH_LIB
,
m_deviceTester
(
0
)
,
m_keyDeployer
(
0
)
#endif
{
...
...
@@ -561,7 +562,7 @@ void MaemoSettingsWidget::stopDeploying()
m_keyDeployer
->
stop
();
delete
m_keyDeployer
;
m_keyDeployer
=
0
;
m_ui
->
deployKeyButton
->
setText
(
tr
(
"Deploy
k
ey ..."
));
m_ui
->
deployKeyButton
->
setText
(
tr
(
"Deploy
K
ey ..."
));
connect
(
m_ui
->
deployKeyButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
deployKey
()));
m_ui
->
deployKeyButton
->
setEnabled
(
buttonWasEnabled
);
...
...
src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.ui
View file @
322ef6b8
...
...
@@ -6,7 +6,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
5
15
</width>
<width>
5
26
</width>
<height>
487
</height>
</rect>
</property>
...
...
@@ -230,7 +230,7 @@ p, li { white-space: pre-wrap; }
<bool>
false
</bool>
</property>
<property
name=
"text"
>
<string>
Deploy
k
ey ...
</string>
<string>
Deploy
K
ey ...
</string>
</property>
</widget>
</item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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