Skip to content

Commit 863bfa7

Browse files
Add QTcpServer include and member variable to GetButton class
1 parent e90da08 commit 863bfa7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/zGui/include/getButton.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <QObject>
55
#include <QGridLayout>
66
#include <QPushButton>
7+
#include <QtNetwork/QTcpServer>
78

89
namespace zclipboard::zGui {
910
class GetButton : public QObject {
@@ -15,6 +16,7 @@ class GetButton : public QObject {
1516

1617
private:
1718
QPushButton *getButton;
19+
QTcpServer *server;
1820
};
1921
} // namespace zclipboard::zGui
2022

0 commit comments

Comments
 (0)