Don't display Country option in PeerListWidget header menu when country resolution is disabled.

This commit is contained in:
sledgehammer999
2016-03-14 01:15:08 +02:00
parent 9a91ed501e
commit d39d40c064
2 changed files with 19 additions and 10 deletions

View File

@@ -93,7 +93,8 @@ private:
QSet<QString> m_missingFlags;
QPointer<Net::ReverseResolution> m_resolver;
PropertiesWidget *m_properties;
bool m_displayFlags;
bool m_resolveCountries;
bool m_wasCountryColHidden;
QShortcut *m_copyHotkey;
};