feat: add test for desktopentry and jobmanager

Log:
This commit is contained in:
heyuming
2023-07-19 17:56:45 +08:00
committed by black-desk
parent d288752fb3
commit 5fed3ed9f0
19 changed files with 451 additions and 92 deletions

6
tests/utils.cpp Normal file
View File

@ -0,0 +1,6 @@
#include "global.h"
bool registerObjectToDbus(QObject *, const QString &, const QString &)
{
return true;
}