#ifndef UDPSENDER_H #define UDPSENDER_H #include #include #include class udpSender : public QObject { Q_OBJECT public: explicit udpSender(QObject *parent = nullptr); private: QUdpSocket * UdpSocket; signals: }; #endif // UDPSENDER_H