Merge TaskApplicationComponents and ApplicationComponents
ClosedPublic

Authored by ervin on Jan 7 2019, 6:31 PM.

Details

Summary

Again that distinction isn't necessary anymore.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin requested review of this revision.Jan 7 2019, 6:31 PM
ervin created this revision.
ervin added a comment.Jan 8 2019, 6:32 AM

What about that one? It's the only one holding up the push.

dfaure accepted this revision.Jan 8 2019, 8:53 AM
dfaure added inline comments.
src/widgets/applicationcomponents.cpp
172

wouldn't it be better to make m_runningTaskView mutable?

This revision is now accepted and ready to land.Jan 8 2019, 8:53 AM
ervin added inline comments.Jan 8 2019, 10:38 AM
src/widgets/applicationcomponents.cpp
172

Thought about that back then for the other members, my conclusion at the time was that I'd end up with almost all members mutable while there's only one place where I need them as such and would loose the constness safety everywhere else.

This revision was automatically updated to reflect the committed changes.