From 9d88ca13b9b6a193dfb17a1ee3ea5e5cbed8a7e9 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Thu, 15 Oct 2015 13:34:01 +0100 Subject: Added functionality to use the web page link in a fomod to supply an optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing --- src/organizer.pro | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/organizer.pro') diff --git a/src/organizer.pro b/src/organizer.pro index 261e3c1c..adc606fb 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -91,7 +91,12 @@ SOURCES += \ organizerproxy.cpp \ viewmarkingscrollbar.cpp \ plugincontainer.cpp \ - organizercore.cpp + organizercore.cpp \ + modinfowithconflictinfo.cpp \ + modinforegular.cpp \ + modinfobackup.cpp \ + modinfooverwrite.cpp \ + modinfoforeign.cpp HEADERS += \ @@ -167,7 +172,12 @@ HEADERS += \ viewmarkingscrollbar.h \ plugincontainer.h \ organizercore.h \ - iuserinterface.h + iuserinterface.h \ + modinfowithconflictinfo.h \ + modinforegular.h \ + modinfobackup.h \ + modinfooverwrite.h \ + modinfoforeign.h FORMS += \ transfersavesdialog.ui \ -- cgit v1.3.1