Skip to content

Commit

Permalink
signal/slot macro conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedMasafi committed Oct 6, 2021
1 parent 24f421d commit 845e3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qaesencryption.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 845e3b4

Please sign in to comment.