summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-07-20 05:34:31 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-22 07:39:53 -0400
commit3c7712a32dd5079a9543485b6a85d548460faefd (patch)
tree17df829b4e6f4a96f2567381adca29b8cd45e9a0 /src/organizercore.h
parent5304d52f9373e0078674af79b656e2e4d010ca90 (diff)
moved setLogLevel() to OrganizerCore
moved context menu to LogList
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index c368d101..2aa7e707 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -196,6 +196,8 @@ public:
MOBase::log::Levels logLevel, int crashDumpsType,
QString executableBlacklist);
+ void setLogLevel(MOBase::log::Levels level);
+
bool cycleDiagnostics();
static CrashDumpsType getGlobalCrashDumpsType() { return m_globalCrashDumpsType; }