aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-26 19:51:52 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-26 19:51:52 +0200
commit5825451aef1a762bfaeff2d37c09b3790deee7b1 (patch)
tree75feca7f6483e25d9bd920645e6044d3bb22966b /src/browser.h
parentUpdate pkgbuild (diff)
downloadsmolbote-5825451aef1a762bfaeff2d37c09b3790deee7b1.tar.xz
Socket messages are json formatted
Diffstat (limited to 'src/browser.h')
-rw-r--r--src/browser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browser.h b/src/browser.h
index b511b45..0fda721 100644
--- a/src/browser.h
+++ b/src/browser.h
@@ -50,7 +50,7 @@ signals:
void registerProfile(WebProfile *profile);
public slots:
- void createSession(const QString &profileName, bool newWindow, const QStringList &urls);
+ void createSession(const QJsonObject &object);
MainWindow *createWindow();
private: