X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmonoapplication.h;h=6e7b90220903dfea873ae6b9df1d336763d5140f;hb=27fe4e6f46547c45d19fa39c175fa2104a5feb28;hp=a96051fc79f69539b6077da9401b0be5b07ad130;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/qtui/monoapplication.h b/src/qtui/monoapplication.h index a96051fc..6e7b9022 100644 --- a/src/qtui/monoapplication.h +++ b/src/qtui/monoapplication.h @@ -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();