summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CommunitiesList.h1
-rw-r--r--src/main.cpp5
2 files changed, 5 insertions, 1 deletions
diff --git a/src/CommunitiesList.h b/src/CommunitiesList.h

index fbb63ff0..49eaeaf6 100644 --- a/src/CommunitiesList.h +++ b/src/CommunitiesList.h
@@ -53,4 +53,3 @@ private: std::map<QString, QSharedPointer<CommunitiesListItem>> communities_; }; - diff --git a/src/main.cpp b/src/main.cpp
index 60bb6c76..87bef75b 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -47,6 +47,11 @@ #include <boost/stacktrace.hpp> #include <signal.h> +#ifdef QML_DEBUGGING +#include <QQmlDebuggingEnabler> +QQmlDebuggingEnabler enabler; +#endif + void stacktraceHandler(int signum) {