From 845e3b4d3d3873843ca26dc365232aa1aa8ea2a8 Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Wed, 6 Oct 2021 05:52:46 +0330 Subject: [PATCH] signal/slot macro conversion --- qaesencryption.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qaesencryption.h b/qaesencryption.h index a19c7b4..cee7060 100644 --- a/qaesencryption.h +++ b/qaesencryption.h @@ -55,9 +55,9 @@ class QTAESSHARED_EXPORT QAESEncryption : public QObject QByteArray expandKey(const QByteArray &key); QByteArray printArray(uchar *arr, int size); -signals: +Q_SIGNALS: -public slots: +public Q_SLOTS: private: int m_nb;