lazy load the database sizes only when needed by the server inspector.
This commit is contained in:
parent
39195153cd
commit
b5a706a2a2
10 changed files with 165 additions and 70 deletions
|
|
@ -9,7 +9,7 @@
|
|||
ServerInspector::ServerInspector(std::shared_ptr<OpenDatabase> open_database, QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
m_databasesPage = new DatabasesPage(this);
|
||||
m_databasesPage = new DatabasesPage(open_database, this);
|
||||
m_rolesPage = new RolesPage(this);
|
||||
|
||||
m_tabWidget = new QTabWidget(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue