Cppcheck
Variables
xmlreport.cpp File Reference
#include "xmlreport.h"
#include "report.h"
#include <QFile>
#include <QIODevice>
#include <QXmlStreamAttributes>
#include <QXmlStreamReader>

Go to the source code of this file.

Variables

static constexpr char ResultElementName [] = "results"
 
static constexpr char VersionAttribute [] = "version"
 

Variable Documentation

◆ ResultElementName

constexpr char ResultElementName[] = "results"
staticconstexpr

Definition at line 32 of file xmlreport.cpp.

Referenced by XmlReport::determineVersion().

◆ VersionAttribute

constexpr char VersionAttribute[] = "version"
staticconstexpr

Definition at line 33 of file xmlreport.cpp.

Referenced by XmlReport::determineVersion().