wfview/udpserversetup.h

23 wiersze
314 B
C
Czysty Zwykły widok Historia

2021-02-14 18:32:58 +00:00
#ifndef UDPSERVERSETUP_H
#define UDPSERVERSETUP_H
#include <QDialog>
namespace Ui {
class udpServerSetup;
}
class udpServerSetup : public QDialog
{
Q_OBJECT
public:
explicit udpServerSetup(QWidget* parent = 0);
~udpServerSetup();
private:
Ui::udpServerSetup* ui;
};
#endif // UDPSERVER_H