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
9cf9de5a
Commit
9cf9de5a
authored
Oct 16, 2020
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
ac72b4ad
Pipeline
#37837
passed with stage
in 15 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ui/keyselectiondialog.h
View file @
9cf9de5a
...
...
@@ -163,7 +163,6 @@ private:
void
filterByKeyIDOrUID
(
const
QString
&
keyID
);
void
filterByUID
(
const
QString
&
uid
);
void
showAllItems
();
bool
anyChildMatches
(
const
Kleo
::
KeyListViewItem
*
item
,
QRegExp
&
rx
)
const
;
void
connectSignals
();
void
disconnectSignals
();
...
...
src/utils/filesystemwatcher.h
View file @
9cf9de5a
...
...
@@ -40,7 +40,6 @@ public:
void
blacklistFiles
(
const
QStringList
&
patterns
);
void
whitelistFiles
(
const
QStringList
&
patterns
);
QStringList
directories
()
const
;
QStringList
files
()
const
;
void
removePaths
(
const
QStringList
&
path
);
void
removePath
(
const
QString
&
path
);
...
...
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