summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modinfo.h4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
class PluginContainer;
class QDir;
+class QDateTime;
-#include <QDateTime>
#include <QMutex>
#include <QSharedPointer>
#include <QString>
@@ -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