📝 docs(_exp): functions

This commit is contained in:
eshanized
2024-12-20 19:10:25 +05:30
parent b6d103c711
commit daf8e45f8c

View File

@@ -36,6 +36,8 @@ SnigdhaOSBlackbox::SnigdhaOSBlackbox(QWidget *parent, QString state)
SnigdhaOSBlackbox::~SnigdhaOSBlackbox() SnigdhaOSBlackbox::~SnigdhaOSBlackbox()
{ {
// Frees the memory allocated for the user interface (UI) object.
// The 'ui' pointer was allocated in the constructor, and it's responsible for managing the UI components of the SnigdhaOSBlackbox window.
delete ui; delete ui;
} }