From e95bcd2ae2d7ffea6bcc8243d726977b8460c268 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Fri, 23 Feb 2024 09:34:30 +0100 Subject: [PATCH] . --- GUI/View/Widget/ItemViewOverlayButtons.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/GUI/View/Widget/ItemViewOverlayButtons.h b/GUI/View/Widget/ItemViewOverlayButtons.h index 8488b3a9736..3fa8b710b23 100644 --- a/GUI/View/Widget/ItemViewOverlayButtons.h +++ b/GUI/View/Widget/ItemViewOverlayButtons.h @@ -22,8 +22,6 @@ //! Supports action buttons in the single rows of a list view. //! Buttons may be permanent or only show up when hovered over. -//! -//! In feb24, this code was restricted from self-made views to list views. class ItemViewOverlayButtons : public QObject { Q_OBJECT @@ -43,5 +41,4 @@ private: QAbstractItemView* m_view; }; - #endif // BORNAGAIN_GUI_VIEW_WIDGET_ITEMVIEWOVERLAYBUTTONS_H -- GitLab