comparison include/core/session.h @ 413:192da585a0a8 default tip

*: fix formatting the clang-format file was broken andjust using LLVM defaults. now it's fixed and is more in line with what I actually prefer my code to look like -- esp. with regards to tabulators
author Paper <paper@tflc.us>
date Sat, 25 Jul 2026 14:54:32 -0400
parents 27c462bc7815
children
comparison
equal deleted inserted replaced
412:05aed03e0111 413:192da585a0a8
35 Config config; 35 Config config;
36 36
37 std::mt19937 gen; 37 std::mt19937 gen;
38 38
39 static constexpr semver::version version{ 39 static constexpr semver::version version{
40 MINORI_VERSION_MAJOR, 40 MINORI_VERSION_MAJOR,
41 MINORI_VERSION_MINOR, 41 MINORI_VERSION_MINOR,
42 MINORI_VERSION_PATCH, 42 MINORI_VERSION_PATCH,
43 }; 43 };
44 44
45 signals: 45 signals:
46 void StatusBarChange(const std::string &message); 46 void StatusBarChange(const std::string &message);
47 47