6 lines
120 B
C++
6 lines
120 B
C++
#include "include/QCryptoError.h"
|
|
|
|
QSimpleCrypto::QCryptoError::QCryptoError(QObject* parent)
|
|
: QObject(parent)
|
|
{
|
|
}
|