Mercurial > minori
comparison include/core/session.h @ 370:ea3a74ed2ef9
*: hm, last commit wasn't quite finished?
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 25 Jul 2025 10:22:04 -0400 |
| parents | 47c9f8502269 |
| children |
comparison
equal
deleted
inserted
replaced
| 369:47c9f8502269 | 370:ea3a74ed2ef9 |
|---|---|
| 9 #include <QObject> | 9 #include <QObject> |
| 10 | 10 |
| 11 #include "semver/semver.hpp" | 11 #include "semver/semver.hpp" |
| 12 | 12 |
| 13 #include <atomic> | 13 #include <atomic> |
| 14 #include <cstdint> | |
| 14 #include <random> | 15 #include <random> |
| 15 #include <string> | 16 #include <string> |
| 16 #include <cstdint> | |
| 17 | 17 |
| 18 class MainWindow; | 18 class MainWindow; |
| 19 | 19 |
| 20 struct Session : public QObject { | 20 struct Session : public QObject { |
| 21 Q_OBJECT | 21 Q_OBJECT |
