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

@ -44,7 +44,7 @@ public:
enum { DefaultDirection=0,Download=1 } ;
/** Default constructor */
BandwidthGraph(QWidget *parent = 0, Qt::WindowFlags flags = 0);
BandwidthGraph(QWidget *parent = 0, Qt::WindowFlags flags = Qt::WindowFlags());
virtual ~BandwidthGraph();
public slots: