From daf8e45f8c0631153494f77727c6dd9d8d03cee7 Mon Sep 17 00:00:00 2001 From: eshanized Date: Fri, 20 Dec 2024 19:10:25 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(=5Fexp):=20functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt/snigdhaosblackbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/snigdhaosblackbox.cpp b/qt/snigdhaosblackbox.cpp index 18df089..543c2b3 100644 --- a/qt/snigdhaosblackbox.cpp +++ b/qt/snigdhaosblackbox.cpp @@ -36,6 +36,8 @@ SnigdhaOSBlackbox::SnigdhaOSBlackbox(QWidget *parent, QString state) 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; }