mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Add what's new dialog
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
#include "edit_shortcuts_dialog.h"
|
||||
#include "shortcuts_manager.h"
|
||||
|
||||
#include "whats_new_controller.h"
|
||||
|
||||
#include <ctime>
|
||||
#include <algorithm>
|
||||
#include <QApplication>
|
||||
@ -73,6 +75,14 @@ MainWindowViewer::MainWindowViewer()
|
||||
{
|
||||
loadConfiguration();
|
||||
setupUI();
|
||||
afterLaunchTasks();
|
||||
}
|
||||
|
||||
void MainWindowViewer::afterLaunchTasks()
|
||||
{
|
||||
WhatsNewController whatsNewController;
|
||||
|
||||
whatsNewController.showWhatsNewIfNeeded(this);
|
||||
}
|
||||
|
||||
MainWindowViewer::~MainWindowViewer()
|
||||
|
Reference in New Issue
Block a user