AusweisApp2
SurveyModel.cpp-Dateireferenz
#include "SurveyModel.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 SurveyModel.cpp:

Makrodefinitionen

#define VALUE_NAME(_name, _key)
 

Makro-Dokumentation

◆ VALUE_NAME

#define VALUE_NAME (   _name,
  _key 
)
Wert:
inline QLatin1String _name(){\
return QLatin1String(_key);\
}