fix: duplicate member declarations in SettingsView header
- Removed duplicate m_accountService and m_selectedAccountId declarations - Fixed indentation in private section (removed extra spaces) - All member variables now declared once with proper initialization
This commit is contained in:
@@ -131,9 +131,6 @@ private:
|
|||||||
QPushButton *m_addBtn;
|
QPushButton *m_addBtn;
|
||||||
QPushButton *m_deleteBtn;
|
QPushButton *m_deleteBtn;
|
||||||
|
|
||||||
AccountService *m_accountService;
|
|
||||||
int m_selectedAccountId;
|
|
||||||
|
|
||||||
// Categories
|
// Categories
|
||||||
QTreeWidget *m_categoryTree;
|
QTreeWidget *m_categoryTree;
|
||||||
QPushButton *m_categoryAddBtn;
|
QPushButton *m_categoryAddBtn;
|
||||||
|
|||||||
Reference in New Issue
Block a user