Skip to content

Commit

Permalink
docs(exp): explained the headers from Qt Libs
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed May 9, 2024
1 parent 354fb7d commit cc957dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qt/snigdhaosassistant.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc957dd

Please sign in to comment.