Reload SSL certificates on signal SIGHUP
[quassel.git] / src / qtui / monoapplication.h
index a96051f..6e7b902 100644 (file)
@@ -34,6 +34,15 @@ public:
 
     bool init();
 
+    /**
+     * Requests a reload of relevant runtime configuration.
+     *
+     * @see Quassel::reloadConfig()
+     *
+     * @return True if configuration reload successful, otherwise false
+     */
+    bool reloadConfig();
+
 private slots:
     void startInternalCore();