mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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();
|
||||
|
||||
// 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