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
Akonadi Search
Commits
8c356c5e
Commit
8c356c5e
authored
Oct 19, 2020
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
ecbe468d
Pipeline
#38076
passed with stage
in 27 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agent/collectionindexer.h
View file @
8c356c5e
...
...
@@ -29,7 +29,6 @@ public:
void
commit
();
private:
void
adjustPath
(
const
Akonadi
::
Collection
&
col
,
int
level
,
const
QString
&
name
);
Xapian
::
WritableDatabase
*
m_db
;
};
...
...
akonadiplugin/searchplugin.h
View file @
8c356c5e
...
...
@@ -26,8 +26,6 @@ class SearchPlugin : public QObject, public Akonadi::AbstractSearchPlugin
Q_PLUGIN_METADATA
(
IID
"org.kde.akonadi.SearchPlugin"
FILE
"akonadi_search_plugin.json"
)
public:
QSet
<
qint64
>
search
(
const
QString
&
query
,
const
QVector
<
qint64
>
&
collections
,
const
QStringList
&
mimeTypes
)
override
;
private:
Akonadi
::
Search
::
Query
fromAkonadiQuery
(
const
QString
&
akonadiQuery
,
const
QList
<
qint64
>
&
collections
,
const
QStringList
&
mimeTypes
);
};
#endif
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