summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-11-29 08:17:28 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-11-29 14:11:09 -0600
commit2212ad6f1c0bbaff7025cdb7227023661e399596 (patch)
tree800fd33340a8aed14bd11ab9605398fe9c07284c /src/settings.h
parent6142872620983a2bdd352d4e9e391ddb11c40305 (diff)
Add executable blacklisting
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h
index 8fe053e8..667b1b4c 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License
along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WORKAROUNDS_H
-#define WORKAROUNDS_H
+#ifndef SETTINGS_H
+#define SETTINGS_H
#include "loadmechanism.h"
@@ -227,6 +227,7 @@ public:
QColor pluginListContainedColor() const;
+ QString executablesBlacklist() const;
/**
* @brief set the nexus login information
@@ -525,4 +526,4 @@ private:
};
-#endif // WORKAROUNDS_H
+#endif // SETTINGS_H