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
Plasma
Plasma applet for NetworkManager
Commits
a1db6d31
Commit
a1db6d31
authored
Sep 24, 2020
by
Enrique Melendez
Committed by
Jan Grulich
Oct 12, 2020
Browse files
Add hints as a parameter to be passed on to VPN plugins
parent
8c6967df
Changes
1
Hide whitespace changes
Inline
Side-by-side
kded/passworddialog.h
View file @
a1db6d31
...
...
@@ -39,7 +39,7 @@ class Q_DECL_EXPORT PasswordDialog : public QDialog
public:
explicit
PasswordDialog
(
const
NetworkManager
::
ConnectionSettings
::
Ptr
&
connectionSettings
,
NetworkManager
::
SecretAgent
::
GetSecretsFlags
flags
,
const
QString
&
setting_name
,
const
QString
&
setting_name
,
const
QStringList
&
hints
=
QStringList
(),
QWidget
*
parent
=
nullptr
);
~
PasswordDialog
()
override
;
...
...
@@ -61,6 +61,7 @@ private:
NetworkManager
::
SecretAgent
::
Error
m_error
;
NetworkManager
::
SecretAgent
::
GetSecretsFlags
m_flags
;
SettingWidget
*
m_vpnWidget
;
QStringList
m_hints
;
};
...
...
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