Heart
1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
tcpsocket.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018-2025 QuasarApp.
3
* Distributed under the lgplv3 software license, see the accompanying
4
* Everyone is permitted to copy and distribute verbatim copies
5
* of this license document, but changing it is not allowed.
6
*/
7
8
#include "
tcpsocket.h
"
9
namespace
QH
{
10
11
12
TcpSocket::TcpSocket
(QObject *parent):
13
QTcpSocket(parent) {
14
15
}
16
17
TcpSocket::~TcpSocket
() {
18
handleDisckonnetFromHost
();
19
}
20
21
void
TcpSocket::handleDisckonnetFromHost
() {
22
disconnectFromHost();
23
}
24
25
}
QH::TcpSocket::TcpSocket
TcpSocket(QObject *parent)
Definition
tcpsocket.cpp:12
QH::TcpSocket::~TcpSocket
~TcpSocket()
Definition
tcpsocket.cpp:17
QH::TcpSocket::handleDisckonnetFromHost
void handleDisckonnetFromHost()
handleDisckonnetFromHost This is slot wrapper of the disconectFromHost method of QAbstractSocket clas...
Definition
tcpsocket.cpp:21
QH
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition
heart.cpp:13
tcpsocket.h
src
private
tcpsocket.cpp
Generated by
1.9.8