From f0ba6ce95c1f30524453ce996fa536a888f018da Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 22 May 2013 18:16:56 +0200 Subject: - added NCC to repository - deleting files from download manager now moves them to recycle bin instead of deleting permanentyl - cleanup in installation manager - ini editor (old) can now be configured to open files in external editor - bugfix: .net check in ncc installer was broken - bugfix: mod-overwrite dialog wasn't displayed for complex installers --- src/modinfo.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index e08ef8b6..faf33f0d 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -179,6 +179,8 @@ public: virtual bool isRegular() const { return false; } + virtual bool isEmpty() const { return false; } + /** * @brief test if there is a newer version of the mod * @@ -495,6 +497,8 @@ public: virtual bool isRegular() const { return true; } + virtual bool isEmpty() const; + /** * @brief test if there is a newer version of the mod * -- cgit v1.3.1