This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2013-08-15 19:08:22 +02:00

8 lines
118 B
C++

#include "hivecore.h"
HiveCore::HiveCore(QObject *parent) :
QObject(parent)
{
m_server = new Server(this);
}