Skip to content
GitLab
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
9bcac452
Commit
9bcac452
authored
Jul 18, 2022
by
Nicolas Fella
Browse files
Remove references to KServiceTypeTrader in comments
parent
6b5ca39a
Pipeline
#206759
passed with stage
in 11 minutes and 9 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/kitemviews/kfileitemlistview.h
View file @
9bcac452
...
...
@@ -48,7 +48,7 @@ public:
* Per default all plugins enabled in the KConfigGroup "PreviewSettings"
* are used.
*
* For a list of available plugins, call K
ServiceTypeTrader::self()->query("ThumbCreator"
).
* For a list of available plugins, call K
IO::PreviewJob::availableThumbnailerPlugins(
).
*
* @see enabledPlugins
*/
...
...
src/kitemviews/kfileitemmodelrolesupdater.h
View file @
9bcac452
...
...
@@ -131,7 +131,7 @@ public:
* Per default all plugins enabled in the KConfigGroup "PreviewSettings"
* are used.
*
* For a list of available plugins, call K
ServiceTypeTrader::self()->query("ThumbCreator"
).
* For a list of available plugins, call K
IO::PreviewJob::availableThumbnailerPlugins(
).
*
* @see enabledPlugins
*/
...
...
src/views/versioncontrol/versioncontrolobserver.cpp
View file @
9bcac452
...
...
@@ -275,8 +275,8 @@ int VersionControlObserver::createItemStatesList(QMap<QString, QVector<ItemState
void
VersionControlObserver
::
initPlugins
()
{
if
(
!
m_pluginsInitialized
)
{
// No searching for plugins has been done yet. Query
the KServiceTypeTrader for
//
all fileview version control
plugins and remember them in 'plugins'.
// No searching for plugins has been done yet. Query
all fileview version control
// plugins and remember them in 'plugins'.
const
QStringList
enabledPlugins
=
VersionControlSettings
::
enabledPlugins
();
const
QVector
<
KPluginMetaData
>
plugins
=
KPluginMetaData
::
findPlugins
(
QStringLiteral
(
"dolphin/vcs"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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