Mercurial > minori
comparison include/core/session.h @ 250:c130f47f6f48
*: many many changes
e.g. the search page is actually implemented now!
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 04 Feb 2024 21:17:17 -0500 |
parents | 4d461ef7d424 |
children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
249:6b2441c776dd | 250:c130f47f6f48 |
---|---|
4 #include "core/config.h" | 4 #include "core/config.h" |
5 #include "gui/locale.h" | 5 #include "gui/locale.h" |
6 #include <QElapsedTimer> | 6 #include <QElapsedTimer> |
7 | 7 |
8 #include "semver/semver.hpp" | 8 #include "semver/semver.hpp" |
9 | |
10 class MainWindow; | |
9 | 11 |
10 struct Session { | 12 struct Session { |
11 public: | 13 public: |
12 Session() { timer.start(); } | 14 Session() { timer.start(); } |
13 /* we literally *cannot* be lying to the user by doing this */ | 15 /* we literally *cannot* be lying to the user by doing this */ |