Fix compilation error when SA_TRACE is 1
ClosedPublic

Authored by zzag on Mar 22 2019, 12:10 PM.

Details

Summary

The error itself:

/home/vlad/Workspace/KDE/src/kde/workspace/libksysguard/ksgrd/SensorAgent.cpp: In member function ‘void KSGRD::SensorAgent::executeCommand()’:
/home/vlad/Workspace/KDE/src/kde/workspace/libksysguard/ksgrd/SensorAgent.cpp:210:60: error: ‘class QString’ has no member named ‘toAscii’
     qCDebug(LIBKSYSGUARD_KSGRD) << ">> " << req->request().toAscii() << "(" << mInputFIFO.count()
                                                            ^~~~~~~
ninja: build stopped: subcommand failed.

Diff Detail

Repository
R111 KSysguard Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.Mar 22 2019, 12:10 PM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 22 2019, 12:10 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
zzag requested review of this revision.Mar 22 2019, 12:10 PM
davidedmundson accepted this revision.Mar 25 2019, 10:00 AM
This revision is now accepted and ready to land.Mar 25 2019, 10:00 AM
This revision was automatically updated to reflect the committed changes.