move object construction to initialization list
This commit is contained in:
parent
9cdc5c42f5
commit
21efa88042
|
@ -31,8 +31,8 @@ protected slots:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QList<Ripple *> ripples;
|
QList<Ripple *> ripples;
|
||||||
QPainterPath clipPath;
|
QPainterPath clipPath;
|
||||||
bool useClip;
|
bool useClip;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // RIPPLEOVERLAY_H
|
#endif // RIPPLEOVERLAY_H
|
||||||
|
|
|
@ -18,8 +18,8 @@ public:
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
TransparencyProxy *const q_ptr;
|
TransparencyProxy *const q_ptr;
|
||||||
QWidget *widget;
|
QWidget *widget;
|
||||||
ProxyWidget *proxy;
|
ProxyWidget *proxy;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TRANSPARENCYPROXY_P_H
|
#endif // TRANSPARENCYPROXY_P_H
|
||||||
|
|
Loading…
Reference in New Issue