2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Split webview initialization from GtkIntegration class

This commit is contained in:
Ilya Fedin
2021-08-25 11:37:20 +04:00
committed by John Preston
parent 51df482571
commit 6192413f0b
5 changed files with 38 additions and 67 deletions

View File

@@ -14,13 +14,6 @@ QString GtkIntegration::AllowedBackends() {
return {};
}
int GtkIntegration::Exec(
Type type,
const QString &parentDBusName,
const QString &serviceName) {
return 1;
}
void GtkIntegration::Start(Type type) {
}