From 0a3169b808cf2b84ae7c77fd6cb0a7b0aa9a8df3 Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 26 Sep 2013 19:10:44 +0200 Subject: - plugin tooltip now only lists the masters that aren't enabled (if any) --- src/pluginlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index b1f1cc0e..3442a9f7 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -185,7 +185,7 @@ private: QString m_OriginName; bool m_IsMaster; std::set m_Masters; - mutable bool m_MasterUnset; + mutable std::set m_MasterUnset; }; friend bool ByName(const ESPInfo& LHS, const ESPInfo& RHS); -- cgit v1.3.1