X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fnicklistwidget.h;h=8994871da46f732ff7209f9c3c52073cd422130a;hp=c2a626e8d499ef710f7f3fadc9627fd2d895753a;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=46fba5edfabcb55103cd3fdbfc5ce85c9b592dd6 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); };