From 9ae442810b479dd61747fea03eceae500a6c2411 Mon Sep 17 00:00:00 2001 From: Silarn Date: Fri, 4 May 2018 19:00:55 -0500 Subject: Make sure to update the index when data is changed --- src/pluginlist.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index b3b0ee13..f6745aa8 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -257,6 +257,11 @@ public slots: */ void managedGameChanged(MOBase::IPluginGame const *gamePlugin); + /** + * @brief Generate the plugin indexes because something was changed + **/ + void generatePluginIndexes(); + signals: /** -- cgit v1.3.1