Skip to content
Extraits de code Groupes Projets

Add clean logs support + dependent MR

Fusionnées Kubat a demandé de fusionner log-macros vers master
3 fichiers
+ 10
7
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
3
+ 1
1
@@ -55,7 +55,7 @@ AboutWindow::LicenceLabel::LicenceLabel(QWidget *parent, const QString &url,
const Qt::TextFormat format)
: QTextEdit(parent)
{
VIVY_LOG_CTOR() << "Creating label for licence '" << url << '\'';
VIVY_LOG_CTOR() << "Creating label for licence " << VIVY_LOG_QUOTED(url);
QFile content(url);
if (!content.open(QIODevice::ReadOnly | QIODevice::Text))
throw std::runtime_error("Failed to open file that should be accessible");
Chargement en cours