Mercurial > minori
comparison include/core/session.h @ 292:ac1451035c85
dialog/about: add utf8proc
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 12 May 2024 18:01:16 -0400 |
parents | 9a88e1725fd2 |
children | 34347fd2a2de |
comparison
equal
deleted
inserted
replaced
291:9a88e1725fd2 | 292:ac1451035c85 |
---|---|
1 #ifndef MINORI_CORE_SESSION_H_ | 1 #ifndef MINORI_CORE_SESSION_H_ |
2 #define MINORI_CORE_SESSION_H_ | 2 #define MINORI_CORE_SESSION_H_ |
3 | 3 |
4 #include "core/config.h" | 4 #include "core/config.h" |
5 #include "gui/locale.h" | 5 #include "gui/locale.h" |
6 | |
6 #include <QElapsedTimer> | 7 #include <QElapsedTimer> |
7 | 8 |
8 #include "semver/semver.hpp" | 9 #include "semver/semver.hpp" |
9 | 10 |
10 #include <atomic> | 11 #include <atomic> |