mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
7 lines
120 B
C++
7 lines
120 B
C++
#include "include/QCryptoError.h"
|
|
|
|
QSimpleCrypto::QCryptoError::QCryptoError(QObject* parent)
|
|
: QObject(parent)
|
|
{
|
|
}
|