refact: add test-coverage.sh and some docs
Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
@ -76,7 +76,7 @@ private:
|
||||
|
||||
if constexpr (std::is_same_v<T, DesktopFile>) {
|
||||
m_applicationPath =
|
||||
#ifdef QT_DEBUG
|
||||
#ifdef DEBUG_MODE
|
||||
QDBusObjectPath{objectPath + escapeToObjectPath(dbusAppid)};
|
||||
#else
|
||||
QDBusObjectPath{objectPath + QUuid::createUuid().toString(QUuid::Id128)};
|
||||
|
Reference in New Issue
Block a user