aboutsummaryrefslogtreecommitdiff
path: root/src/crashhandler.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-04 22:00:25 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-04 23:03:40 +0200
commit93c92ce9791bb70cf3ff6af71e2f19e9b68d7584 (patch)
treefabbecb5a6712b400754ea1e5f7c892909d6e65c /src/crashhandler.h
parentFix configuration not being read unless explicitly specified (diff)
downloadsmolbote-93c92ce9791bb70cf3ff6af71e2f19e9b68d7584.tar.xz
Disable plugins as broken
- Fix several Qt deprecated warnings
Diffstat (limited to 'src/crashhandler.h')
-rw-r--r--src/crashhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crashhandler.h b/src/crashhandler.h
index 9b79ecc..ac1bf12 100644
--- a/src/crashhandler.h
+++ b/src/crashhandler.h
@@ -31,6 +31,6 @@ bool install_handler(Context &ctx)
}
#endif
;
-};
+}
#endif // SMOLBOTE_CRASHHANDLER_H