mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
folio: ApplicationListModel initialize m_homeScreen
This commit is contained in:
parent
dd81d0882e
commit
78312b6c44
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ using namespace std::chrono_literals;
|
|||
|
||||
ApplicationListModel::ApplicationListModel(HomeScreen *parent)
|
||||
: QAbstractListModel(parent)
|
||||
, m_homeScreen{parent}
|
||||
, m_reloadAppsTimer{new QTimer{this}}
|
||||
{
|
||||
m_reloadAppsTimer->setSingleShot(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue