diff options
Diffstat (limited to 'examples/example_6_rpcClient/rpcClient.h')
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_6_rpcClient/rpcClient.h b/examples/example_6_rpcClient/rpcClient.h index 126e8568..d68b7382 100644 --- a/examples/example_6_rpcClient/rpcClient.h +++ b/examples/example_6_rpcClient/rpcClient.h @@ -35,8 +35,8 @@ class rpcClient : public QXmppClient Q_OBJECT public: - rpcClient(QObject *parent = 0); - ~rpcClient(); + rpcClient(QObject *parent = nullptr); + ~rpcClient() override; private slots: void slotInvokeRemoteMethod(); |
