diff options
| author | Tannin <sherb@gmx.net> | 2016-06-19 15:59:50 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-19 15:59:50 +0200 |
| commit | 3d642563cbdb33784165e4f7d29dbaa66b455492 (patch) | |
| tree | 2b52cb3bcfc6998cf76c8f4823df3782f1b886a0 /src/organizercore.h | |
| parent | 0100c86887764547a705db5c311bcb5d6939423d (diff) | |
usvfs log level can now be changed without a restart
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index cd7af1b8..ecb02d83 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -141,6 +141,8 @@ public: void prepareVFS();
+ void setLogLevel(int logLevel);
+
public:
MOBase::IModRepositoryBridge *createNexusBridge() const;
QString profileName() const;
|
