6 lines
93 B
C++
6 lines
93 B
C++
#include "headers/eventform.h"
|
|
|
|
EventForm::EventForm(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|