NOISSUE convert accounts page to use a toolbar for the side menu
This commit is contained in:
@ -46,8 +46,9 @@ protected slots:
|
||||
virtual void rowsInserted(const QModelIndex &parent, int start, int end) override;
|
||||
|
||||
private: /* methods */
|
||||
void paintInfoLabel(QPaintEvent *event);
|
||||
void paintInfoLabel(QPaintEvent *event) const;
|
||||
void updateEmptyViewPort();
|
||||
QString currentEmptyString() const;
|
||||
|
||||
private: /* variables */
|
||||
int m_itemCount = 0;
|
||||
|
Reference in New Issue
Block a user