Merge pull request #870 from Scrumplex/fix-release-build
Fix release builds
This commit is contained in:
		| @@ -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(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ezekiel Smith
					Ezekiel Smith