Skip to content

Commit 845e3b4

Browse files
authored
signal/slot macro conversion
1 parent 24f421d commit 845e3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qaesencryption.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ class QTAESSHARED_EXPORT QAESEncryption : public QObject
5555
QByteArray expandKey(const QByteArray &key);
5656

5757
QByteArray printArray(uchar *arr, int size);
58-
signals:
58+
Q_SIGNALS:
5959

60-
public slots:
60+
public Q_SLOTS:
6161

6262
private:
6363
int m_nb;

0 commit comments

Comments
 (0)