move object construction to initialization list

This commit is contained in:
laserpants 2016-06-21 16:38:17 +03:00
parent 9cdc5c42f5
commit 21efa88042
2 changed files with 4 additions and 4 deletions

View File

@ -31,8 +31,8 @@ protected slots:
private:
QList<Ripple *> ripples;
QPainterPath clipPath;
bool useClip;
QPainterPath clipPath;
bool useClip;
};
#endif // RIPPLEOVERLAY_H

View File

@ -18,8 +18,8 @@ public:
void init();
TransparencyProxy *const q_ptr;
QWidget *widget;
ProxyWidget *proxy;
QWidget *widget;
ProxyWidget *proxy;
};
#endif // TRANSPARENCYPROXY_P_H