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
Unmaintained
Network Management
Commits
069db464
Commit
069db464
authored
Apr 30, 2011
by
Lamarque Souza
Browse files
Fix typo.
CCBUG: 264083
parent
4e812f9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/service/networkinterfacemonitor.cpp
View file @
069db464
...
...
@@ -192,9 +192,9 @@ void NetworkInterfaceMonitor::requestPin(const QString & unlockRequired)
return
;
}
if
(
unlockRequired
==
QLatin1String
(
"si
n
-pin"
))
{
if
(
unlockRequired
==
QLatin1String
(
"si
m
-pin"
))
{
dialog
=
new
PinDialog
(
PinDialog
::
Pin
);
}
else
if
(
unlockRequired
==
QLatin1String
(
"si
n
-puk"
))
{
}
else
if
(
unlockRequired
==
QLatin1String
(
"si
m
-puk"
))
{
dialog
=
new
PinDialog
(
PinDialog
::
PinPuk
);
}
else
{
kWarning
()
<<
"Unhandled unlock request for '"
<<
unlockRequired
<<
"'"
;
...
...
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