X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreinfodlg.h;h=87c70b7b2f6d9d9a40b96c04ff624b9b3347220b;hp=0636534bf39d6cee81fd6ccea8aeeaeff5bd0138;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=e375f7a6a6de045735a897ef05bf6dcc82770ff5 diff --git a/src/qtui/coreinfodlg.h b/src/qtui/coreinfodlg.h index 0636534b..87c70b7b 100644 --- a/src/qtui/coreinfodlg.h +++ b/src/qtui/coreinfodlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,6 +39,14 @@ protected: void timerEvent(QTimerEvent *) override { updateUptime(); } private slots: + /** + * Requests resynchronization of CoreInfo object for legacy (pre-0.13) cores + * + * This provides compatibility with updating core information for legacy cores, and can be + * removed after protocol break. + */ + void refreshLegacyCoreInfo(); + /** * Handler for recreation of CoreInfo object, including first-time setup *