qfedu-qt-level/qtdemo01/student.cpp

7 lines
79 B
C++

#include "student.h"
Student::Student(QObject *parent) : QObject(parent)
{
}