X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=fc0ba0254a90b578144c2145a95693f7d22de279;hb=e226a532d5f6cb4ff58edd30421386c6f8dc7d4d;hp=0559b4e08bfae85fccdab3141090ebfb711ecff2;hpb=788fd0058595c815dc42597e9956c02aea45261f;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 0559b4e0..fc0ba025 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -64,9 +64,6 @@ class MainWin : public QMainWindow { void showCoreConnectionDlg(bool autoConnect = false); void coreConnectionDlgFinished(int result); - void showBuffer(BufferInfo); - void showBuffer(Buffer *); - signals: void connectToCore(const QVariantMap &connInfo); void disconnectFromCore();