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
Plasma
Plasma SDK
Commits
ddd59196
Verified
Commit
ddd59196
authored
Jan 16, 2022
by
ivan tkachenko
Browse files
engineexplorer: Fix logs
parent
105c9263
Changes
2
Hide whitespace changes
Inline
Side-by-side
engineexplorer/modelviewer.cpp
View file @
ddd59196
...
...
@@ -88,7 +88,7 @@ ModelViewer::ModelViewer(Plasma::DataEngine *engine, const QString &source, QWid
if
(
m_engine
->
pluginInfo
().
isValid
())
{
engineName
=
KStringHandler
::
capwords
(
m_engine
->
pluginInfo
().
name
());
}
qDebug
()
<<
"
########### CALLING SERVICE FOR SOURCE:
"
<<
m_source
;
qDebug
()
<<
"
Requesting model for source:
"
<<
m_source
;
m_model
=
m_engine
->
modelForSource
(
m_source
);
if
(
m_model
!=
nullptr
)
{
...
...
engineexplorer/serviceviewer.cpp
View file @
ddd59196
...
...
@@ -55,7 +55,7 @@ ServiceViewer::ServiceViewer(Plasma::DataEngine *engine, const QString &source,
if
(
m_engine
->
pluginInfo
().
isValid
())
{
engineName
=
KStringHandler
::
capwords
(
m_engine
->
pluginInfo
().
name
());
}
qDebug
()
<<
"
########### CALLING SERVICE FOR SOURCE:
"
<<
m_source
;
qDebug
()
<<
"
Requesting service for source
"
<<
m_source
;
m_service
=
m_engine
->
serviceForSource
(
m_source
);
if
(
m_service
!=
nullptr
)
{
...
...
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