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