mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 22:33:08 +00:00
parent
c2306cb556
commit
881f7c7a96
1 changed files with 3 additions and 2 deletions
|
|
@ -56,13 +56,14 @@ ApplicationListModel::ApplicationListModel(HomeScreen *parent)
|
|||
loadSettings();
|
||||
|
||||
// Debug
|
||||
/*connect(this, &ApplicationListModel::applicationStarted, this, [=](const QString &name, const QString &icon) {
|
||||
connect(this, &ApplicationListModel::applicationStarted, this, [=](const QString &name, const QString &icon) {
|
||||
qDebug() << "Opening startup feedback for" << name << icon;
|
||||
});
|
||||
|
||||
connect(this, &ApplicationListModel::applicationExited, this, []() {
|
||||
qDebug() << "Removing startup feedback";
|
||||
});*/
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
ApplicationListModel::~ApplicationListModel() = default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue