From 22aa73e308b2692c1d60203985c64c39212ae1ae Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 18 Feb 2015 15:29:44 +0200 Subject: [PATCH] Web site URL in log file. --HG-- branch : develop --- src/app/core/vapplication.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/core/vapplication.cpp b/src/app/core/vapplication.cpp index 98f159739..ecd050556 100644 --- a/src/app/core/vapplication.cpp +++ b/src/app/core/vapplication.cpp @@ -2319,6 +2319,7 @@ void VApplication::SendReport(const QString &reportName) const content.append(QString("Build revision:%1").arg(BUILD_REVISION)+"\r\n"); content.append(QString("Based on Qt %2 (32 bit)").arg(QT_VERSION_STR)+"\r\n"); content.append(QString("Built on %3 at %4").arg(__DATE__).arg(__TIME__)+"\r\n"); + content.append(QString("Web site:http://www.valentina-project.org/ ")+"\r\n"); content.append("\r\n"); // Creating json with report