From d93f37a1b405572df8f8c4c4d3d80dc015c2956a Mon Sep 17 00:00:00 2001 From: edisionnano Date: Sat, 22 Jun 2024 20:02:31 +0300 Subject: [PATCH] Remove endif from mainwindow header --- src/mainwindow.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainwindow.h b/src/mainwindow.h index d9e50c8..ec01c9b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -80,5 +80,3 @@ private: void addSmartAttributesTable(const QJsonArray &attributes); void mousePressEvent(QMouseEvent*); }; - -#endif