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
System
Dolphin
Commits
7d716fd9
Commit
7d716fd9
authored
Dec 28, 2020
by
Stefan Brüns
Browse files
[BalooRolesProvider] Remove unused roleForProperty method
parent
09b6c993
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/kitemviews/private/kbaloorolesprovider.cpp
View file @
7d716fd9
...
...
@@ -108,11 +108,6 @@ QHash<QByteArray, QVariant> KBalooRolesProvider::roleValues(const Baloo::File& f
return
values
;
}
QByteArray
KBalooRolesProvider
::
roleForProperty
(
const
QString
&
property
)
const
{
return
m_roleForProperty
.
value
(
property
);
}
KBalooRolesProvider
::
KBalooRolesProvider
()
:
m_roles
(),
m_roleForProperty
()
...
...
src/kitemviews/private/kbaloorolesprovider.h
View file @
7d716fd9
...
...
@@ -42,8 +42,6 @@ public:
QHash
<
QByteArray
,
QVariant
>
roleValues
(
const
Baloo
::
File
&
file
,
const
QSet
<
QByteArray
>&
roles
)
const
;
QByteArray
roleForProperty
(
const
QString
&
property
)
const
;
protected:
KBalooRolesProvider
();
...
...
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