Krita Source Code Documentation
Loading...
Searching...
No Matches
DlgSysInfo.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#include "DlgSysInfo.h"
8#include <QStandardPaths>
9
10DlgSysInfo::DlgSysInfo(QWidget *parent)
11 : DlgBugInfo(parent)
12{
13 initialize();
14}
15
17{
18 return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/krita-sysinfo.log";
19}
20
22{
23 return i18nc("Caption of the dialog with system information for bug reports", "Krita System Information: please paste this information to the bug report");
24}
25
27{
28 return "WARNING: The system information file doesn't exist.";
29}
30
void initialize()
QString captionText() override
~DlgSysInfo() override
QString originalFileName() override
DlgSysInfo(QWidget *parent=0)
QString replacementWarningText() override