docs(exp): explained the headers from Qt Libs

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-10 03:19:50 +05:30
parent 354fb7da13
commit cc957dde6e

View File

@@ -4,11 +4,16 @@
* love from Bangladesh
*/
//preprocessor directives: ensures that the contents of the file are only included once in a translation unit,
//preventing multiple inclusions and potential naming conflicts
#ifndef SNIGDHAOSASSISTANT_H
#define SNIGDHAOSASSISTANT_H
#include <QMainWindow>
//class for main application windows
#include <QMainWindow>
//abstract base class for buttons
#include <QAbstractButton>
//class for managing network operations
#include <QtNetwork/QNetworkAccessManager>
QT_BEGIN_NAMESPACE