mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Set service name for lib_base and lib_webview gtk integration
This commit is contained in:
@@ -25,7 +25,7 @@ GtkIntegration *GtkIntegration::Instance() {
|
||||
void GtkIntegration::load(const QString &allowedBackends) {
|
||||
}
|
||||
|
||||
int GtkIntegration::exec(const QString &parentDBusName, int ppid) {
|
||||
int GtkIntegration::exec(const QString &parentDBusName) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -44,8 +44,7 @@ QString GtkIntegration::AllowedBackends() {
|
||||
int GtkIntegration:Exec(
|
||||
Type type,
|
||||
const QString &parentDBusName,
|
||||
int ppid,
|
||||
uint instanceNumber) {
|
||||
const QString &serviceName) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user