Home
last modified time | relevance | path

Searched refs:m_ReportTitle (Results 1 – 2 of 2) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/crashreporter/
H A DErrorReport.h137 QString m_ReportTitle; variable
H A DErrorReport.cpp494 m_ReportTitle = QString("%1 %2").arg(m_ReportUniqueID, callstackTop.trimmed()); in getCrashDescription()
575 m_ReportTitle = QString("%1 %2").arg(m_ReportUniqueID, callstackTop.c_str()); in GetMiscCrashInfo()
766 …bool bCreatedIssue = server.createCrashReport(m_ReportTitle, m_ReportDescription, m_ReproSteps, tb… in SendReport()