Add what's new dialog

This commit is contained in:
Luis Ángel San Martín
2021-01-21 21:39:22 +01:00
parent 3f6c44ce7a
commit 58fdf0af23
16 changed files with 313 additions and 18 deletions

View File

@ -0,0 +1,17 @@
#ifndef WHATSNEWDIALOG_H
#define WHATSNEWDIALOG_H
#include "rounded_corners_dialog.h"
#include <QObject>
namespace YACReader {
class WhatsNewDialog : public RoundedCornersDialog
{
Q_OBJECT
public:
explicit WhatsNewDialog(QWidget *parent = nullptr);
};
}
#endif // WHATSNEWDIALOG_H