From 43b2df9077db98475af6ab613cf7eaf301f84879 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Thu, 16 Aug 2018 13:55:32 -0500 Subject: Add "enable/disable selected" to plugin list context menu --- src/pluginlist.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index b8e35c32..03d6426a 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -244,6 +244,16 @@ public: // implementation of the QAbstractTableModel interface public slots: + /** + * @brief enables selected plugins + **/ + void enableSelected(const QItemSelectionModel *selectionModel); + + /** + * @brief disables selected plugins + **/ + void disableSelected(const QItemSelectionModel *selectionModel); + /** * @brief enables ALL plugins **/ -- cgit v1.3.1