aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-04 19:42:46 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-04 19:42:46 +0200
commit5563bb3c94f9c001f95de44a5818d2f86631532b (patch)
tree2b9fe955e14b167c64251677533ee4d0f34006eb /src/browser.h
parentUpdate pkgbuild to use asciidoctor (diff)
downloadsmolbote-5563bb3c94f9c001f95de44a5818d2f86631532b.tar.xz
clazy: fix warnings
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 c6186f6..b4352a7 100644
--- a/src/browser.h
+++ b/src/browser.h
@@ -45,7 +45,7 @@ public:
void registerPlugin(const Plugin &plugin);
- void setup(const QString &defaultProfile);
+ void setup();
QJsonObject session() const {
return Session::session(m_windows);