Mercurial > minori
view include/gui/dialog/licenses.h @ 366:886f66775f31
animone: add preliminary AT-SPI stuff
anime_list: finish the regular singular right click menu
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 17 Nov 2024 19:56:01 -0500 |
parents | eac06513db86 |
children |
line wrap: on
line source
#ifndef MINORI_GUI_DIALOG_LICENSES_H_ #define MINORI_GUI_DIALOG_LICENSES_H_ #include <QDialog> class LicensesWindow final : public QDialog { Q_OBJECT public: LicensesWindow(QWidget* parent = nullptr); protected: void showEvent(QShowEvent* event) override; }; #endif // MINORI_GUI_DIALOG_LICENSES_H_