Remove unused QtConcurrent from colorutils
ClosedPublic

Authored by patrickelectric on Apr 26 2020, 2:15 PM.

Diff Detail

Repository
R169 Kirigami
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
Restricted Application added a project: Kirigami. · View Herald TranscriptApr 26 2020, 2:15 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
patrickelectric requested review of this revision.Apr 26 2020, 2:15 PM

It fails to build when QtConcurrent can't be found.

apol added a comment.Apr 26 2020, 4:37 PM

Then remove it from CMakeLists.txt as well?

In D29202#657700, @apol wrote:

Then remove it from CMakeLists.txt as well?

Can you point what exactly should be removed ?

In D29202#657700, @apol wrote:

Then remove it from CMakeLists.txt as well?

Can you point what exactly should be removed ?

Oh, I found the concurrent in CMake, I was misspelling it in my ctrl+f

patrickelectric updated this revision to Diff 81262.

@apol done.

apol accepted this revision.Apr 26 2020, 7:26 PM
This revision is now accepted and ready to land.Apr 26 2020, 7:26 PM
This revision was automatically updated to reflect the committed changes.