diff options
Diffstat (limited to 'examples/example_5_rpcInterface')
| -rw-r--r-- | examples/example_5_rpcInterface/remoteinterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_5_rpcInterface/remoteinterface.h b/examples/example_5_rpcInterface/remoteinterface.h index cc1fb9e8..9c63d3f8 100644 --- a/examples/example_5_rpcInterface/remoteinterface.h +++ b/examples/example_5_rpcInterface/remoteinterface.h @@ -7,9 +7,9 @@ class RemoteInterface : public QXmppInvokable { Q_OBJECT public: - RemoteInterface(QObject *parent = 0); + RemoteInterface(QObject *parent = nullptr); - bool isAuthorized( const QString &jid ) const; + bool isAuthorized( const QString &jid ) const override; // RPC Interface public slots: |
