diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-11-29 08:17:28 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-11-29 14:11:09 -0600 |
| commit | 2212ad6f1c0bbaff7025cdb7227023661e399596 (patch) | |
| tree | 800fd33340a8aed14bd11ab9605398fe9c07284c /src/organizercore.h | |
| parent | 6142872620983a2bdd352d4e9e391ddb11c40305 (diff) | |
Add executable blacklisting
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 28ecef48..086fa11d 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -167,7 +167,7 @@ public: void prepareVFS();
- void updateVFSParams(int logLevel, int crashDumpsType);
+ void updateVFSParams(int logLevel, int crashDumpsType, QString executableBlacklist);
bool cycleDiagnostics();
|
