summaryrefslogtreecommitdiff
path: root/src/pluginlist.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-09-26 19:10:44 +0200
committerTannin <devnull@localhost>2013-09-26 19:10:44 +0200
commit0a3169b808cf2b84ae7c77fd6cb0a7b0aa9a8df3 (patch)
tree0774e1f3dae63a4e9111b1429169b55d8b19aeb4 /src/pluginlist.h
parentf4528c7aaab81d904977666a475899ab153137f9 (diff)
- plugin tooltip now only lists the masters that aren't enabled (if any)
Diffstat (limited to 'src/pluginlist.h')
-rw-r--r--src/pluginlist.h2
1 files changed, 1 insertions, 1 deletions
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<QString> m_Masters;
- mutable bool m_MasterUnset;
+ mutable std::set<QString> m_MasterUnset;
};
friend bool ByName(const ESPInfo& LHS, const ESPInfo& RHS);