drop unused files
This commit is contained in:
parent
87e2617cf8
commit
93fd1d9a64
@ -6,8 +6,6 @@ TARGET = $$qtLibraryTarget(nymea_devicepluginanel)
|
|||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
devicepluginanel.cpp \
|
devicepluginanel.cpp \
|
||||||
anelpanel.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
devicepluginanel.h \
|
devicepluginanel.h \
|
||||||
anelpanel.h
|
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
#include "anelpanel.h"
|
|
||||||
|
|
||||||
AnelPanel::AnelPanel(const QHostAddress &hostAddress, QObject *parent) : QObject(parent)
|
|
||||||
{
|
|
||||||
Q_UNUSED(hostAddress)
|
|
||||||
}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
#ifndef ANELPANEL_H
|
|
||||||
#define ANELPANEL_H
|
|
||||||
|
|
||||||
#include <QObject>
|
|
||||||
#include <QHostAddress>
|
|
||||||
#include <QUdpSocket>
|
|
||||||
|
|
||||||
class AnelPanel : public QObject
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
explicit AnelPanel(const QHostAddress &hostAddress, QObject *parent = nullptr);
|
|
||||||
|
|
||||||
signals:
|
|
||||||
|
|
||||||
public slots:
|
|
||||||
// QUdpSocket *m_receiveSocket = nullptr;
|
|
||||||
// QUdpSocket *m_
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // ANELPANEL_H
|
|
||||||
Loading…
x
Reference in New Issue
Block a user