mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-21 12:05:00 +02:00
docs(exp): explained the headers from Qt Libs
This commit is contained in:
@@ -4,11 +4,16 @@
|
|||||||
* love from Bangladesh
|
* 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
|
#ifndef SNIGDHAOSASSISTANT_H
|
||||||
#define SNIGDHAOSASSISTANT_H
|
#define SNIGDHAOSASSISTANT_H
|
||||||
|
|
||||||
#include <QMainWindow>
|
//class for main application windows
|
||||||
|
#include <QMainWindow>
|
||||||
|
//abstract base class for buttons
|
||||||
#include <QAbstractButton>
|
#include <QAbstractButton>
|
||||||
|
//class for managing network operations
|
||||||
#include <QtNetwork/QNetworkAccessManager>
|
#include <QtNetwork/QNetworkAccessManager>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
Reference in New Issue
Block a user