mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-30 12:19:56 +00:00
make tests great again!
Also dbus adaptor has been renamed, because it does not allow to register one service for several applications (like plasmashell and plasmawindowed)
This commit is contained in:
@ -44,6 +44,7 @@ const int AW_TELEMETRY_API = 1;
|
||||
// use define here instead of normal const definition for moc
|
||||
#define AWDBUS_SERVICE_NAME "org.kde.plasma.awesomewidget"
|
||||
const char AWDBUS_SERVICE[] = AWDBUS_SERVICE_NAME;
|
||||
const char AWDBUS_PATH[] = "/awesomewidgets";
|
||||
// network requests timeout, ms
|
||||
const int REQUEST_TIMEOUT = 3000;
|
||||
// available time keys
|
||||
|
Reference in New Issue
Block a user