Mercurial > minori
comparison include/core/session.h @ 343:1faa72660932
*: transfer back to cmake from autotools
autotools just made lots of things more complicated than
they should have and many things broke (i.e. translations)
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Thu, 20 Jun 2024 05:56:06 -0400 |
| parents | d928ec7b6a0d |
| children | 47c9f8502269 |
comparison
equal
deleted
inserted
replaced
| 342:adb79bdde329 | 343:1faa72660932 |
|---|---|
| 30 void IncrementRequests(); | 30 void IncrementRequests(); |
| 31 unsigned int GetRequests(); | 31 unsigned int GetRequests(); |
| 32 int uptime(); | 32 int uptime(); |
| 33 | 33 |
| 34 Config config; | 34 Config config; |
| 35 static constexpr semver::version version{PACKAGE_VERSION}; | 35 |
| 36 std::mt19937 gen; | 36 std::mt19937 gen; |
| 37 | |
| 38 static constexpr semver::version version{ | |
| 39 MINORI_VERSION_MAJOR, | |
| 40 MINORI_VERSION_MINOR, | |
| 41 MINORI_VERSION_PATCH, | |
| 42 }; | |
| 37 | 43 |
| 38 signals: | 44 signals: |
| 39 void StatusBarChange(const std::string& message); | 45 void StatusBarChange(const std::string& message); |
| 40 | 46 |
| 41 private: | 47 private: |
