qtui: Set proper icon for "About Quassel" menu option
[quassel.git] / src / qtui / nicklistwidget.h
index c2a626e..f6ed3dc 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2015 by the Quassel Project                        *
+ *   Copyright (C) 2005-2018 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);
 };