From ae74c7ff2bf1caf285f3cc547372f1c313e4f639 Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 5 Feb 2019 17:02:00 -0600 Subject: Re-simplify ModInfo interface --- src/modinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/modinfo.h b/src/modinfo.h index 2048432e..348583d2 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -25,8 +25,8 @@ along with Mod Organizer. If not, see . class PluginContainer; class QDir; +class QDateTime; -#include #include #include #include @@ -462,7 +462,7 @@ public: /** * @return the mod update check expiration date */ - virtual QDateTime getExpires() const { return QDateTime(); } + virtual QDateTime getExpires() const = 0; /** * @return true if the mod can be enabled/disabled -- cgit v1.3.1