mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add what's new dialog
This commit is contained in:
17
custom_widgets/whats_new_dialog.h
Normal file
17
custom_widgets/whats_new_dialog.h
Normal 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
|
Reference in New Issue
Block a user