-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
None
-
8e141e04c (dev)
We have some usage of dptrc() and dptr() in the code still. Replace with
const Q_D(class)
d->func;
and
Q_D(class)
d->func;
We have some usage of dptrc() and dptr() in the code still. Replace with
const Q_D(class)
d->func;
and
Q_D(class)
d->func;