X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fnicklistwidget.h;h=893e7a54d351c4dda2d03dc11ed4401d4d227e58;hp=c2a626e8d499ef710f7f3fadc9627fd2d895753a;hb=58223212a45f91cdcb332fd63fd6815f48ec5f96;hpb=d3dcda30c8cbee75c0c8f500f4ab552bde513036 diff --git a/src/qtui/nicklistwidget.h b/src/qtui/nicklistwidget.h index c2a626e8..893e7a54 100644 --- a/src/qtui/nicklistwidget.h +++ b/src/qtui/nicklistwidget.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 * @@ -80,6 +80,8 @@ public: NickListDock(const QString &title, QWidget *parent = 0); // ~NickListDock(); + void setLocked(bool locked); + // virtual bool event(QEvent *event); };