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
a6cfa0ca
Commit
a6cfa0ca
authored
Oct 19, 2010
by
Pawel Polanski
Browse files
Added cert filter for SymbianOS
parent
d5aabcff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
View file @
a6cfa0ca
...
...
@@ -645,6 +645,7 @@ S60CreatePackageStepConfigWidget::S60CreatePackageStepConfigWidget(S60CreatePack
{
m_ui
.
setupUi
(
this
);
m_ui
.
signaturePath
->
setExpectedKind
(
Utils
::
PathChooser
::
File
);
m_ui
.
signaturePath
->
setPromptDialogFilter
(
QLatin1String
(
"*.cer"
));
m_ui
.
keyFilePath
->
setExpectedKind
(
Utils
::
PathChooser
::
File
);
updateUi
();
connect
(
m_ui
.
customCertificateButton
,
SIGNAL
(
clicked
()),
...
...
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