Mercurial > minori
view include/gui/dialog/licenses.h @ 401:2f89797b6a44
filesystem: add linux inotify watcher
I don't really like this, but eh
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 18:28:36 -0500 |
| 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_
