Mercurial > minori
view include/gui/dialog/about.h @ 66:6481c5aed3e1
posters: add poster widget...
why does AniList call these cover images? they're posters...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 02 Oct 2023 05:56:32 -0400 |
parents | 75c804f713b2 |
children | c69230dc2b5d |
line wrap: on
line source
#ifndef __gui__dialog__about_h #define __gui__dialog__about_h #include <QDialog> class AboutWindow : public QDialog { public: AboutWindow(QWidget* parent = nullptr); }; #endif // __gui__dialog__about_h