]> Some of my projects - anidbudpclient.git/commitdiff
Remove unnecessary semicolons.
authorAPTX <marek321@gmail.com>
Sun, 1 Feb 2015 12:38:39 +0000 (13:38 +0100)
committerAPTX <marek321@gmail.com>
Sun, 1 Feb 2015 12:38:39 +0000 (13:38 +0100)
authcommand.h
hash.h

index ac44be8da752bcac4de86f790917148737784b49..77af3140b60d8f7a49fc54fc480921f1a6676c5d 100644 (file)
@@ -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 d3efbb882fef7033d35a1d456c8a848b84164e2e..41f508004fb15abc1e1233185c9f04260753db17 100644 (file)
--- 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);