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