mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
7 lines
120 B
C++
7 lines
120 B
C++
|
|
#include "include/QCryptoError.h"
|
||
|
|
|
||
|
|
QSimpleCrypto::QCryptoError::QCryptoError(QObject* parent)
|
||
|
|
: QObject(parent)
|
||
|
|
{
|
||
|
|
}
|