aboutsummaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-11-26 00:58:19 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-11-26 00:58:19 +0100
commit696743557de6a6b82303618d8f60f08f8978e650 (patch)
tree98aeb14150260921e0130c0879d59a65f4a45741 /src/session.h
parentAdd Session Dialog (diff)
downloadsmolbote-696743557de6a6b82303618d8f60f08f8978e650.tar.xz
Add Session::view and Session::restoreView
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h21
1 files changed, 0 insertions, 21 deletions
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 <QJsonDocument>
-
-class MainWindow;
-namespace Session {
-QJsonObject session(QVector<MainWindow *> windows);
-QJsonObject window(const MainWindow *window);
-QJsonObject window(const QString &profile, const QStringList &urls);
-}
-
-#endif // SMOLBOTE_SESSION_H