From a073c93e0dab622f0200ed38ae333c396082c348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 2 Sep 2021 12:30:07 +0200 Subject: [PATCH] Removed debug stuff --- src/GUI/infolabel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GUI/infolabel.cpp b/src/GUI/infolabel.cpp index e0d7b3a0..a280bad3 100644 --- a/src/GUI/infolabel.cpp +++ b/src/GUI/infolabel.cpp @@ -1,7 +1,6 @@ #include #include "infolabel.h" -#include InfoLabel::InfoLabel(const QString &text, QWidget *parent) : QLabel(text, parent) {