Banking_System_Server  1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
server.h File Reference

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"
Include dependency graph for server.h:

Go to the source code of this file.

Classes

class  Server
 The Server class extends QTcpServer to handle incoming network connections. More...
 

Detailed Description

This file contains the declaration of the Server class, which extends QTcpServer to handle incoming network connections.