Remove icon from PageContainer header

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-11-10 00:03:30 +00:00
parent b070ffaf72
commit 79fddf8a86
2 changed files with 0 additions and 8 deletions

View File

@@ -112,6 +112,5 @@ class PageContainer : public QWidget, public BasePageContainer {
QStackedLayout* m_pageStack;
QListView* m_pageList;
QLabel* m_header;
IconLabel* m_iconHeader;
QGridLayout* m_layout;
};