mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: fix deprecated QFlags use
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
484a50b6a8
commit
f871b8dfac
12 changed files with 18 additions and 18 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <QTimer>
|
||||
#include <QUndoStack>
|
||||
|
||||
DownloadFromDCWidget::DownloadFromDCWidget(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f),
|
||||
DownloadFromDCWidget::DownloadFromDCWidget(QWidget *parent) : QDialog(parent, QFlag(0)),
|
||||
downloading(false),
|
||||
previousLast(0),
|
||||
timer(new QTimer(this)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue