QUpdateLaterEvent: code tidies

Remove the empty destructor. Compiler-generated one is fine.

Change-Id: I1599b84a876ebd7ba22f63c545506feffc7b18bf
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Giuseppe D'Angelo 2023-09-13 11:37:34 +02:00
parent f7519a89d2
commit 284b1a5661

View File

@ -75,10 +75,6 @@ public:
{
}
~QUpdateLaterEvent()
{
}
inline const QRegion &region() const { return m_region; }
protected: