summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btfiletransfer/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btfiletransfer/progress.h')
-rw-r--r--examples/bluetooth/btfiletransfer/progress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/btfiletransfer/progress.h b/examples/bluetooth/btfiletransfer/progress.h
index ec73e14b..afd72153 100644
--- a/examples/bluetooth/btfiletransfer/progress.h
+++ b/examples/bluetooth/btfiletransfer/progress.h
@@ -69,7 +69,7 @@ class Progress : public QDialog
Q_OBJECT
public:
- explicit Progress(QWidget *parent = 0);
+ explicit Progress(QWidget *parent = nullptr);
~Progress();
void setStatus(QString title, QString filename);