Files

copied
Last update 6 years 3 months by Matt Ruffner
FilesLupa300Viewer
..
Lupa300Viewer.pro
lupa300viewerdialog.cpp
lupa300viewerdialog.h
main.cpp
tcprelaywidget.cpp
tcprelaywidget.h
tcprelaywidget.h
#ifndef TCPRELAYWIDGET_H #define TCPRELAYWIDGET_H #include <QObject> class TCPRelayWidget : public QObject { Q_OBJECT public: explicit TCPRelayWidget(QObject *parent = nullptr); signals: public slots: }; #endif // TCPRELAYWIDGET_H
Report a bug