Merge pull request #870 from Scrumplex/fix-release-build
Fix release builds
This commit is contained in:
commit
412fdb0f7b
@ -257,7 +257,7 @@ void AccountListPage::updateButtonStates()
|
|||||||
QModelIndexList selection = ui->listView->selectionModel()->selectedIndexes();
|
QModelIndexList selection = ui->listView->selectionModel()->selectedIndexes();
|
||||||
bool hasSelection = !selection.empty();
|
bool hasSelection = !selection.empty();
|
||||||
bool accountIsReady = false;
|
bool accountIsReady = false;
|
||||||
bool accountIsOnline;
|
bool accountIsOnline = false;
|
||||||
if (hasSelection)
|
if (hasSelection)
|
||||||
{
|
{
|
||||||
QModelIndex selected = selection.first();
|
QModelIndex selected = selection.first();
|
||||||
|
Loading…
Reference in New Issue
Block a user