summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/picturetransfer/filetransfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/picturetransfer/filetransfer.h')
-rw-r--r--examples/bluetooth/picturetransfer/filetransfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/picturetransfer/filetransfer.h b/examples/bluetooth/picturetransfer/filetransfer.h
index 5e2e08f9..4dee32fe 100644
--- a/examples/bluetooth/picturetransfer/filetransfer.h
+++ b/examples/bluetooth/picturetransfer/filetransfer.h
@@ -59,7 +59,7 @@ class FileTransfer : public QObject
Q_OBJECT
Q_PROPERTY(float progress READ getProgress NOTIFY progressChanged)
public:
- explicit FileTransfer(QObject *parent = 0);
+ explicit FileTransfer(QObject *parent = nullptr);
float getProgress() { return m_progress;}
signals: