summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-19 11:23:21 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-19 11:23:21 -0400
commita5db7ed864ac58657bf9bfbbc292cdccbeeaa38b (patch)
tree546c849f8b7623e8639d02d468ad658c6a8c3918 /src/settings.h
parent8bc67a86d64c86cf7f1eeb2c656dd414c0716d0b (diff)
added Settings::isExecutableBlacklisted()
moved blacklisted confirmation to dialogs
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 815ed160..cd478a5b 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -678,6 +678,7 @@ public:
// by MO but given to usvfs when starting an executable
//
QString executablesBlacklist() const;
+ bool isExecutableBlacklisted(const QString& s) const;
void setExecutablesBlacklist(const QString& s);
// ? looks obsolete, only used by dead code