From 3dd05ff869e5113fc9a5f474786c226dd556fc1b Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Mon, 8 Feb 2021 08:24:51 -0700 Subject: Create a new dialog for the update window The idea here is to be able to resize the window and better handle markdown formatting. Everything was stolen from the LOOT dialog. --- src/organizer.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/organizer.pro') diff --git a/src/organizer.pro b/src/organizer.pro index ddf676f2..54080112 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -83,6 +83,7 @@ SOURCES += \ modflagicondelegate.cpp \ genericicondelegate.cpp \ organizerproxy.cpp \ + updatedialog.cpp \ viewmarkingscrollbar.cpp \ plugincontainer.cpp \ organizercore.cpp \ @@ -161,6 +162,7 @@ HEADERS += \ modflagicondelegate.h \ genericicondelegate.h \ organizerproxy.h \ + updatedialog.h \ viewmarkingscrollbar.h \ plugincontainer.h \ organizercore.h \ @@ -203,7 +205,8 @@ FORMS += \ aboutdialog.ui \ listdialog.ui \ forcedloaddialog.ui \ - forcedloaddialogwidget.ui + forcedloaddialogwidget.ui \ + updatedialog.ui RESOURCES += \ resources.qrc \ -- cgit v1.3.1