Skip to content
GitLab
Menu
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
e04a3033
Commit
e04a3033
authored
May 05, 2010
by
Robert Loehning
Browse files
Fixed use of Pathchooser for signing Symbian sis files.
Task-number: QTCREATORBUG-1341
parent
da621f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
View file @
e04a3033
...
...
@@ -230,6 +230,8 @@ S60CreatePackageStepConfigWidget::S60CreatePackageStepConfigWidget(S60CreatePack
:
BuildStepConfigWidget
(),
m_signStep
(
signStep
)
{
m_ui
.
setupUi
(
this
);
m_ui
.
signaturePath
->
setExpectedKind
(
Utils
::
PathChooser
::
File
);
m_ui
.
keyFilePath
->
setExpectedKind
(
Utils
::
PathChooser
::
File
);
updateUi
();
connect
(
m_ui
.
customCertificateButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
updateFromUi
()));
...
...
Write
Preview
Supports
Markdown
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