Use "Qt::WindowFlags flags = Qt::WindowFlags()" instead of "Qt::WindowFlags flags = 0"

This commit is contained in:
thunder2 2025-07-18 17:20:03 +02:00
parent f53a30a0e4
commit 54cb3f2c69
38 changed files with 38 additions and 38 deletions

View file

@ -34,7 +34,7 @@ class PopupDistantChatDialog: public PopupChatDialog
protected:
/** Default constructor */
PopupDistantChatDialog(const DistantChatPeerId &tunnel_id, QWidget *parent = 0, Qt::WindowFlags flags = 0);
PopupDistantChatDialog(const DistantChatPeerId &tunnel_id, QWidget *parent = 0, Qt::WindowFlags flags = Qt::WindowFlags());
/** Default destructor */
virtual ~PopupDistantChatDialog();