Cppcheck
Public Member Functions | Public Attributes | List of all members
QErrorPathItem Class Reference

A class containing data for one error path item. More...

#include <erroritem.h>

Public Member Functions

 QErrorPathItem ()
 
 QErrorPathItem (const ErrorMessage::FileLocation &loc)
 

Public Attributes

QString file
 
int line
 
int column
 
QString info
 

Detailed Description

A class containing data for one error path item.

Definition at line 52 of file erroritem.h.

Constructor & Destructor Documentation

◆ QErrorPathItem() [1/2]

QErrorPathItem::QErrorPathItem ( )
inline

Definition at line 54 of file erroritem.h.

◆ QErrorPathItem() [2/2]

QErrorPathItem::QErrorPathItem ( const ErrorMessage::FileLocation loc)
explicit

Definition at line 25 of file erroritem.cpp.

Member Data Documentation

◆ column

int QErrorPathItem::column

Definition at line 58 of file erroritem.h.

Referenced by ResultsTree::addErrorItem(), operator==(), and XmlReportV2::readError().

◆ file

QString QErrorPathItem::file

◆ info

QString QErrorPathItem::info

◆ line

int QErrorPathItem::line

The documentation for this class was generated from the following files: