Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Kleopatra
Commits
7387406b
Commit
7387406b
authored
Oct 16, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove not implemented method
parent
88f69225
Pipeline
#37836
passed with stage
in 27 minutes and 32 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
src/crypto/gui/resolverecipientspage.h
src/crypto/gui/resolverecipientspage.h
+0
-6
src/crypto/gui/signencryptwizard.h
src/crypto/gui/signencryptwizard.h
+0
-3
src/utils/headerview.h
src/utils/headerview.h
+0
-2
src/view/searchbar.h
src/view/searchbar.h
+0
-1
No files found.
src/crypto/gui/resolverecipientspage.h
View file @
7387406b
...
...
@@ -66,12 +66,6 @@ public:
bool
multipleProtocolsAllowed
()
const
;
void
setMultipleProtocolsAllowed
(
bool
allowed
);
bool
symmetricEncryptionSelected
()
const
;
void
setSymmetricEncryptionSelected
(
bool
enabled
);
bool
symmetricEncryptionSelectable
()
const
;
void
setSymmetricEncryptionSelectable
(
bool
selectable
);
/** if true, the user is allowed to remove/add recipients via the UI.
* Defaults to @p false.
*/
...
...
src/crypto/gui/signencryptwizard.h
View file @
7387406b
...
...
@@ -109,9 +109,6 @@ public:
bool
isAsciiArmorEnabled
()
const
;
void
setAsciiArmorEnabled
(
bool
enabled
);
bool
removeUnencryptedFile
()
const
;
void
setRemoveUnencryptedFile
(
bool
remove
);
bool
keepResultPageOpenWhenDone
()
const
;
void
setKeepResultPageOpenWhenDone
(
bool
keep
);
...
...
src/utils/headerview.h
View file @
7387406b
...
...
@@ -30,12 +30,10 @@ public:
std
::
vector
<
int
>
sectionSizes
()
const
;
void
setSectionResizeMode
(
unsigned
int
logicalIndex
,
ResizeMode
mode
);
ResizeMode
sectionResizeMode
(
unsigned
int
logicalIndex
)
const
;
private:
//@{
/*! Defined, but not implemented, to catch at least some usage errors */
void
setResizeMode
(
int
,
ResizeMode
);
ResizeMode
resizeMode
()
const
;
//@}
private:
class
Private
;
...
...
src/view/searchbar.h
View file @
7387406b
...
...
@@ -30,7 +30,6 @@ public:
explicit
SearchBar
(
QWidget
*
parent
=
nullptr
,
Qt
::
WindowFlags
f
=
{});
~
SearchBar
();
QString
stringFilter
()
const
;
const
std
::
shared_ptr
<
KeyFilter
>
&
keyFilter
()
const
;
QLineEdit
*
lineEdit
()
const
;
...
...
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