From 696743557de6a6b82303618d8f60f08f8978e650 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 26 Nov 2018 00:58:19 +0100 Subject: Add Session::view and Session::restoreView --- src/session.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/session.h (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h deleted file mode 100644 index 8c0300c..0000000 --- a/src/session.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * This file is part of smolbote. It's copyrighted by the contributors recorded - * in the version control history of the file, available from its original - * location: https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote - * - * SPDX-License-Identifier: GPL-3.0 - */ - -#ifndef SMOLBOTE_SESSION_H -#define SMOLBOTE_SESSION_H - -#include - -class MainWindow; -namespace Session { -QJsonObject session(QVector windows); -QJsonObject window(const MainWindow *window); -QJsonObject window(const QString &profile, const QStringList &urls); -} - -#endif // SMOLBOTE_SESSION_H -- cgit v1.2.1