X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoreinfodlg.h;h=20add30a3a751ae2570eda3338d7cda51676400a;hb=517fc0fdbbd67b4e195b7a06246ff81a963a37fa;hp=24ba25fa5f787d38dc4eacbeabd46d2c92a7e9e7;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e;p=quassel.git diff --git a/src/qtui/coreinfodlg.h b/src/qtui/coreinfodlg.h index 24ba25fa..20add30a 100644 --- a/src/qtui/coreinfodlg.h +++ b/src/qtui/coreinfodlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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;