From 50442302888ab60044ecf5798d511c3874ba5e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B8=D0=BD=D0=B0=20=D0=9E=D1=80=D0=B5=D1=85?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0?= Date: Sat, 16 Jan 2021 10:54:06 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20dialog.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialog.h b/dialog.h index f0a5c91..5949947 100644 --- a/dialog.h +++ b/dialog.h @@ -17,7 +17,7 @@ public slots: void sltSetSizes(int p_rCt, int p_cCt) const; void sltSetContents(int p_row, int p_column, QTableWidgetItem *p_item); -private: //!!! Все методы событий - protected, а не private +protected: void closeEvent(QCloseEvent *event); }; -- GitLab