From cc957dde6e7cbff24fe91d3cdad12459ff19bfdf Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 10 May 2024 03:19:50 +0530 Subject: [PATCH] docs(exp): explained the headers from Qt Libs --- qt/snigdhaosassistant.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qt/snigdhaosassistant.h b/qt/snigdhaosassistant.h index 04d0ae9..246e132 100644 --- a/qt/snigdhaosassistant.h +++ b/qt/snigdhaosassistant.h @@ -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 +//class for main application windows +#include +//abstract base class for buttons #include +//class for managing network operations #include QT_BEGIN_NAMESPACE