A1210_Desktop/customlabel.cpp

7 lines
91 B
C++

#include "customlabel.h"
CustomLabel::CustomLabel(QWidget *parent) : QWidget(parent)
{
}