7 lines
143 B
C++
7 lines
143 B
C++
#include "anelpanel.h"
|
|
|
|
AnelPanel::AnelPanel(const QHostAddress &hostAddress, QObject *parent) : QObject(parent)
|
|
{
|
|
Q_UNUSED(hostAddress)
|
|
}
|