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