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
PIM
Kleopatra
Commits
62420a1f
Commit
62420a1f
authored
Jan 07, 2021
by
Ingo Klöcker
Browse files
Show the nicer display serial number for NetKey cards
parent
2b5f5b4b
Pipeline
#46657
passed with stage
in 19 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/view/netkeywidget.cpp
View file @
62420a1f
...
...
@@ -196,7 +196,7 @@ void NetKeyWidget::setCard(const NetKeyCard* card)
{
mSerialNumber
=
card
->
serialNumber
();
mVersionLabel
->
setText
(
i18nc
(
"1 is a Version number"
,
"NetKey v%1 Card"
,
card
->
appVersion
()));
mSerialNumberLabel
->
setText
(
QString
::
fromStdString
(
m
SerialNumber
));
mSerialNumberLabel
->
setText
(
card
->
display
SerialNumber
(
));
mNullPinWidget
->
setSerialNumber
(
mSerialNumber
);
/* According to users of NetKey Cards it is fairly uncommon
...
...
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