AusweisApp
Lade ...
Suche ...
Keine Treffer
Survey.cpp-Dateireferenz
#include "Survey.h"
#include "AppSettings.h"
#include "DeviceInfo.h"
#include "Env.h"
#include "LogHandler.h"
#include "NetworkManager.h"
#include "SecureStorage.h"
#include "VolatileSettings.h"
#include <QCoreApplication>
#include <QDebug>
#include <QJsonDocument>
#include <QJsonObject>
#include <QLoggingCategory>
#include <QNetworkReply>
#include <QNetworkRequest>
Include-Abhängigkeitsdiagramm für Survey.cpp:

Makrodefinitionen

#define VALUE_NAME(_name, _key)
 

Makro-Dokumentation

◆ VALUE_NAME

#define VALUE_NAME ( _name,
_key )
Wert:
inline QLatin1String _name(){\
return QLatin1String(_key);\
}
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114