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:
parent
f934df59e4
commit
a073c93e0d
@ -1,7 +1,6 @@
|
|||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include "infolabel.h"
|
#include "infolabel.h"
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
InfoLabel::InfoLabel(const QString &text, QWidget *parent)
|
InfoLabel::InfoLabel(const QString &text, QWidget *parent)
|
||||||
: QLabel(text, parent)
|
: QLabel(text, parent)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user