summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-05-22 18:16:56 +0200
committerTannin <devnull@localhost>2013-05-22 18:16:56 +0200
commitf0ba6ce95c1f30524453ce996fa536a888f018da (patch)
treeff6fc7ad1de0e4813a0485cc7ab90baf23c51595 /src/modinfo.h
parent45f6cd21a2c730b9dea322b0dba30120cdc40521 (diff)
- 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
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h4
1 files changed, 4 insertions, 0 deletions
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
*