summaryrefslogtreecommitdiff
path: root/src/envmodule.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-12-24 11:22:24 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-12-24 11:22:24 -0500
commit1b700785bb8b5a3891391f60b13c9fee4647b5dd (patch)
treee9e9151684f2012ebf32ea6ffc5362586e61fbda /src/envmodule.h
parentda0771853a27eb9e61d32c4326bd8f6af990b7b5 (diff)
don't log modules in winroot
dashes to dots
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;