This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
fanny-app/sources/eventform.cpp

6 lines
93 B
C++

#include "headers/eventform.h"
EventForm::EventForm(QObject *parent) : QObject(parent)
{
}