X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fnicklistwidget.h;h=8994871da46f732ff7209f9c3c52073cd422130a;hb=a65f42197839da536975b3e2858eedcef420035f;hp=c2a626e8d499ef710f7f3fadc9627fd2d895753a;hpb=7ad7c792cae055a6549916ad190d6c8479bf674e;p=quassel.git diff --git a/src/qtui/nicklistwidget.h b/src/qtui/nicklistwidget.h index c2a626e8..8994871d 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-2019 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); };