diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 11:22:24 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 11:22:24 -0500 |
| commit | 1b700785bb8b5a3891391f60b13c9fee4647b5dd (patch) | |
| tree | e9e9151684f2012ebf32ea6ffc5362586e61fbda /src/envmodule.h | |
| parent | da0771853a27eb9e61d32c4326bd8f6af990b7b5 (diff) | |
don't log modules in winroot
dashes to dots
Diffstat (limited to 'src/envmodule.h')
| -rw-r--r-- | src/envmodule.h | 4 |
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; |
