mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 17:15:16 +00:00
Split webview initialization from GtkIntegration class
This commit is contained in:
@@ -14,16 +14,10 @@ class GtkIntegration {
|
||||
public:
|
||||
enum class Type {
|
||||
Base,
|
||||
Webview,
|
||||
};
|
||||
|
||||
static QString AllowedBackends();
|
||||
|
||||
static int Exec(
|
||||
Type type,
|
||||
const QString &parentDBusName,
|
||||
const QString &serviceName);
|
||||
|
||||
static void Start(Type type);
|
||||
|
||||
static void Autorestart(Type type);
|
||||
|
Reference in New Issue
Block a user