mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
NOISSUE convert accounts page to use a toolbar for the side menu
This commit is contained in:
parent
3d5869e1cf
commit
81fdde6fdd
5 changed files with 173 additions and 184 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue