mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
Comment out debug logging
This commit is contained in:
parent
efc04968c0
commit
c2306cb556
1 changed files with 2 additions and 3 deletions
|
|
@ -56,14 +56,13 @@ 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