refs #886, unified function names in CDbLoadOverviewComponent

This commit is contained in:
Klaus Basan
2017-02-27 05:30:10 +01:00
committed by Mathew Sutcliffe
parent cd19031ec9
commit d495424041
5 changed files with 23 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ namespace BlackGui
ui(new Ui::CInitialDataLoadComponent)
{
ui->setupUi(this);
ui->comp_DataUpdates->showLoadAllButtons(true, false);
ui->comp_DataUpdates->showVisibleLoadAllButtons(true, false);
}
CInitialDataLoadComponent::~CInitialDataLoadComponent()