emacs bindings: Allow Alt as Modifier key
[quassel.git] / src / uisupport / contextmenuactionprovider.h
index c6753fa..5bd7f6d 100644 (file)
@@ -71,6 +71,7 @@ private:
   Action *_nickCtcpMenuAction;
   Action *_nickModeMenuAction;
   Action *_nickIgnoreMenuAction;
+  QList<QAction *> _ignoreDescriptions;
 };
 
 #endif