mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Set service name for lib_base and lib_webview gtk integration
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
static GtkIntegration *Instance();
|
||||
|
||||
void load(const QString &allowedBackends);
|
||||
int exec(const QString &parentDBusName, int ppid);
|
||||
int exec(const QString &parentDBusName);
|
||||
|
||||
[[nodiscard]] bool showOpenWithDialog(const QString &filepath) const;
|
||||
|
||||
@@ -32,8 +32,7 @@ public:
|
||||
static int Exec(
|
||||
Type type,
|
||||
const QString &parentDBusName,
|
||||
int ppid,
|
||||
uint instanceNumber = 0);
|
||||
const QString &serviceName);
|
||||
|
||||
static void Start(Type type);
|
||||
|
||||
|
Reference in New Issue
Block a user