diff --git a/daemon/appinfo.cpp b/daemon/appinfo.cpp index 7dcf49d..7c9a876 100644 --- a/daemon/appinfo.cpp +++ b/daemon/appinfo.cpp @@ -192,7 +192,8 @@ AppInfo AppInfo::fromPath(const QString &path) { AppInfo info(Bundle::fromPath(path)); - if (!info.isValid()) { + if (!static_cast(info).isValid()) { + qCWarning(l) << "bundle" << path << "is not valid"; return AppInfo(); }