![]() |
Banking_System_Server
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
This file contains the declaration of the Server class, which extends QTcpServer to handle incoming network connections. More...
#include <QObject>
#include <QDebug>
#include <QAbstractSocket>
#include <QTcpServer>
#include <QTcpSocket>
#include <QDate>
#include <QTime>
#include <QList>
#include <QThreadPool>
#include <QThread>
#include <QMutex>
#include "serverhandler.h"
Go to the source code of this file.
Classes | |
class | Server |
The Server class extends QTcpServer to handle incoming network connections. More... | |
This file contains the declaration of the Server class, which extends QTcpServer to handle incoming network connections.