X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoreinfodlg.h;h=20add30a3a751ae2570eda3338d7cda51676400a;hb=af39ec163d703852a8fa49dbf79c0ef694aa2e76;hp=8b9e0a152e5b0a54ff979c04d048598ff80fb007;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;p=quassel.git diff --git a/src/qtui/coreinfodlg.h b/src/qtui/coreinfodlg.h index 8b9e0a15..20add30a 100644 --- a/src/qtui/coreinfodlg.h +++ b/src/qtui/coreinfodlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -42,6 +42,7 @@ protected: private slots: void on_closeButton_clicked() { reject(); } void updateUptime(); + void disconnectClicked(int peerId); private: Ui::CoreInfoDlg ui;