From acb401d7b24bfc670b534d68edc15e0847e73313 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 28 Sep 2018 17:28:43 +0200 Subject: Turn Session class into namespace --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e7fdcee..41091a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -194,7 +194,7 @@ int main(int argc, char **argv) sessionJson.close(); } } else { - sessionData = Session::toJsonObject(profile.value(), urls); + sessionData = Session::window(profile.value(), urls); } if(app.isPrimary() || isStandalone) { -- cgit v1.2.1