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: private:
QList<Ripple *> ripples; QList<Ripple *> ripples;
QPainterPath clipPath; QPainterPath clipPath;
bool useClip; bool useClip;
}; };
#endif // RIPPLEOVERLAY_H #endif // RIPPLEOVERLAY_H

View File

@ -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