qfedu-qt-level/qtdemo01/student.cpp

7 lines
79 B
C++
Raw Normal View History

2023-08-07 19:24:59 +08:00
#include "student.h"
Student::Student(QObject *parent) : QObject(parent)
{
}