[effects/cube] Change type of the rotationDuration property to int
ClosedPublic

Authored by zzag on Jul 2 2018, 8:36 AM.

Details

Summary

Currently, type of the rotationDuration is std::chrono::milliseconds.
std::chrono::milliseconds is an unregistered datatype so we can't really
use it with Q_PROPERTY.

Test Plan

Ran qdbus org.kde.KWin /KWin supportInformation.

Diff Detail

Repository
R108 KWin
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.Jul 2 2018, 8:36 AM
Restricted Application added a project: KWin. · View Herald TranscriptJul 2 2018, 8:36 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Jul 2 2018, 8:36 AM
davidedmundson accepted this revision.Jul 2 2018, 8:37 AM
This revision is now accepted and ready to land.Jul 2 2018, 8:37 AM
This revision was automatically updated to reflect the committed changes.