resize column to contents only when they're visible

refactor updatePeerCountryResolutionState
deprecate m_resolveCountries var
This commit is contained in:
thalieht
2016-05-11 15:05:51 +03:00
parent 140016c068
commit 4baa6dde52
2 changed files with 5 additions and 9 deletions

View File

@@ -94,7 +94,6 @@ private:
QPointer<Net::ReverseResolution> m_resolver;
PropertiesWidget *m_properties;
bool m_resolveCountries;
bool m_wasCountryColHidden;
QShortcut *m_copyHotkey;
};