1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Removed debug stuff

This commit is contained in:
Martin Tůma 2021-09-02 12:30:07 +02:00
parent f934df59e4
commit a073c93e0d

View File

@ -1,7 +1,6 @@
#include <QtGlobal>
#include "infolabel.h"
#include <QDebug>
InfoLabel::InfoLabel(const QString &text, QWidget *parent)
: QLabel(text, parent)
{