added caching of servers and containers in models
This commit is contained in:
parent
68d9394d9f
commit
c3f39ad24d
8 changed files with 69 additions and 70 deletions
|
@ -46,8 +46,11 @@ protected:
|
|||
QHash<int, QByteArray> roleNames() const override;
|
||||
|
||||
private:
|
||||
QJsonArray m_servers;
|
||||
|
||||
std::shared_ptr<Settings> m_settings;
|
||||
|
||||
int m_defaultServerIndex;
|
||||
int m_currenlyProcessedServerIndex;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue