D8597: Cleanup: use temp variables instead of querying properties repeatedly

2017-11-15 Thread Milian Wolff
This revision was automatically updated to reflect the committed changes. Closed by commit R119:b985b7432ef9: Cleanup: use temp variables instead of querying properties repeatedly (authored by mwolff). REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE

D8597: Cleanup: use temp variables instead of querying properties repeatedly

2017-11-01 Thread Kai Uwe Broulik
broulik accepted this revision. broulik added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > foldermodel.cpp:981 > > -QPoint pos; > -pos.setX(dropEvent->property("x").toInt()); > -pos.setY(dropEvent->property("y").toInt()); > - > +QPoint pos

D8597: Cleanup: use temp variables instead of querying properties repeatedly

2017-11-01 Thread Milian Wolff
mwolff created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REPOSITORY R119 Plasma Desktop BRANCH wip/lim-2 REVISION DETAIL https://phabricator.kde.org/D8597 AFFECTED FILES