AusweisApp2/src/network/DatagramHandler.cpp

23 lines
343 B
C++
Raw Normal View History

2017-07-03 09:33:28 +02:00
/*!
2017-12-20 14:54:05 +01:00
* \copyright Copyright (c) 2016-2017 Governikus GmbH & Co. KG, Germany
2017-07-03 09:33:28 +02:00
*/
#include "DatagramHandler.h"
2017-12-20 14:54:05 +01:00
#include "Initializer.h"
2017-07-03 09:33:28 +02:00
using namespace governikus;
2017-12-20 14:54:05 +01:00
static Initializer::Entry X([] {
qRegisterMetaType<QHostAddress>("QHostAddress");
});
2017-07-03 09:33:28 +02:00
2017-12-20 14:54:05 +01:00
DatagramHandler::DatagramHandler(bool)
2017-07-03 09:33:28 +02:00
{
}
DatagramHandler::~DatagramHandler()
{
}