refact: add test-coverage.sh and some docs

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-08-14 16:30:16 +08:00
committed by Comix
parent c4c1d72568
commit de09f3dbc2
12 changed files with 89 additions and 28 deletions

View File

@ -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)};