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
libkleo
Commits
e73a9922
Commit
e73a9922
authored
Apr 19, 2021
by
Ingo Klöcker
Browse files
Remove obsolete fromOverride members
GnuPG-bug-id: 5283
parent
e44e240f
Pipeline
#58770
passed with stage
in 7 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ui/newkeyapprovaldialog.cpp
View file @
e73a9922
...
...
@@ -122,8 +122,7 @@ class ComboWidget: public QWidget
public:
explicit
ComboWidget
(
KeySelectionCombo
*
combo
)
:
mCombo
(
combo
),
mFilterBtn
(
new
QPushButton
),
mFromOverride
(
GpgME
::
UnknownProtocol
)
mFilterBtn
(
new
QPushButton
)
{
auto
hLay
=
new
QHBoxLayout
(
this
);
auto
infoBtn
=
new
QPushButton
;
...
...
@@ -180,16 +179,6 @@ public:
return
mCombo
;
}
GpgME
::
Protocol
fromOverride
()
const
{
return
mFromOverride
;
}
void
setFromOverride
(
GpgME
::
Protocol
proto
)
{
mFromOverride
=
proto
;
}
GpgME
::
Protocol
fixedProtocol
()
const
{
return
mFixedProtocol
;
...
...
@@ -204,7 +193,6 @@ private:
KeySelectionCombo
*
mCombo
;
QPushButton
*
mFilterBtn
;
QString
mLastIdFilter
;
GpgME
::
Protocol
mFromOverride
;
GpgME
::
Protocol
mFixedProtocol
=
GpgME
::
UnknownProtocol
;
};
...
...
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