A1210_Desktop/customlabel.cpp

7 lines
91 B
C++
Raw Normal View History

2023-11-17 09:24:13 +03:00
#include "customlabel.h"
CustomLabel::CustomLabel(QWidget *parent) : QWidget(parent)
{
}