Kicker RecentUsageModel: add a warning

wilder-5.24
Méven Car 5 years ago
parent ad37f96dc4
commit 292ef251f2
  1. 3
      applets/kicker/plugin/recentusagemodel.cpp

@ -8,6 +8,7 @@
#include "actionlist.h"
#include "appentry.h"
#include "appsmodel.h"
#include "debug.h"
#include "kastatsfavoritesmodel.h"
#include <kio_version.h>
@ -381,6 +382,8 @@ bool RecentUsageModel::trigger(int row, const QString &actionId, const QVariant
if (!service) {
// no service found to handle the mimetype
return false;
} else {
qCWarning(KICKER_DEBUG) << "Preventing the file to open with " << service->desktopEntryName() << "no alternative found";
}
}
}

Loading…
Cancel
Save