summaryrefslogtreecommitdiff
path: root/src/envmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/envmodule.h')
-rw-r--r--src/envmodule.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/envmodule.h b/src/envmodule.h
index c2829b32..4b85d737 100644
--- a/src/envmodule.h
+++ b/src/envmodule.h
@@ -66,6 +66,10 @@ public:
//
QString timestampString() const;
+ // returns false for modules in the Windows root directory
+ //
+ bool interesting() const;
+
// returns a string with all the above information on one line
//
QString toString() const;