mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
fix(SingleApplicationDBus): use EXECUTABLE_NAME in service name
This commit is contained in:
parent
b26f88ac3d
commit
9464240b2b
1 changed files with 3 additions and 1 deletions
|
|
@ -22,13 +22,15 @@
|
|||
|
||||
#include <QDBusInterface>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "SingleApplication.hpp"
|
||||
#include "SingleApplicationDBusPrivate.hpp"
|
||||
|
||||
// =============================================================================
|
||||
|
||||
namespace {
|
||||
constexpr char ServiceName[] = "org.linphone.SingleApplication";
|
||||
constexpr char ServiceName[] = "org." EXECUTABLE_NAME ".SingleApplication";
|
||||
}
|
||||
|
||||
SingleApplicationPrivate::SingleApplicationPrivate (SingleApplication *q_ptr)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue