From 2d96292a39bb72f11063eac8c2548601390e18ec Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 1 Feb 2015 13:38:39 +0100 Subject: [PATCH] Remove unnecessary semicolons. --- authcommand.h | 4 ++-- hash.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/authcommand.h b/authcommand.h index ac44be8..77af314 100644 --- a/authcommand.h +++ b/authcommand.h @@ -46,8 +46,8 @@ class AuthReply : public AbstractReply Q_OBJECT REPLY_DEFINITION_HELPER(Auth) - Q_PROPERTY(QString sessionId READ sessionId); - Q_PROPERTY(QString errorString READ errorString RESET clearError); + Q_PROPERTY(QString sessionId READ sessionId) + Q_PROPERTY(QString errorString READ errorString RESET clearError) public: diff --git a/hash.h b/hash.h index d3efbb8..41f5080 100644 --- a/hash.h +++ b/hash.h @@ -86,8 +86,8 @@ class ANIDBUDPCLIENTSHARED_EXPORT HashResult : public QObject friend class Hash; Q_OBJECT - Q_PROPERTY(QFileInfo fileInfo READ fileInfo); - Q_PROPERTY(QByteArray hash READ hash); + Q_PROPERTY(QFileInfo fileInfo READ fileInfo) + Q_PROPERTY(QByteArray hash READ hash) HashResult(const HashRequest &request); -- 2.52.0