Mercurial > minori
view include/gui/dialog/licenses.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 | 6d37a998cf91 |
| children |
line wrap: on
line source
#ifndef MINORI_GUI_DIALOG_LICENSES_H_ #define MINORI_GUI_DIALOG_LICENSES_H_ #include "gui/dialog/dialog.h" class LicensesWindow final : public Dialog { Q_OBJECT public: LicensesWindow(QWidget* parent = nullptr); }; #endif // MINORI_GUI_DIALOG_LICENSES_H_
