mirror of https://github.com/qt/qtdoc.git
Hangman: remove line using undeclared variable
failedProducts variable is never declared but used in the
code, this seems to be a typo and the line should not exist
anymore in dev (5.15.0 used to have that for example).
Amends 81d6ddf857
.
Fixes: QTBUG-121578
Pick-to: 6.7 6.6 6.5 6.2
Change-Id: I2d7f6cebb729a095c657831151ac3049a8786564
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
parent
a9aab49f39
commit
0462cfa1ee
|
@ -180,7 +180,6 @@ public class InAppPurchase implements PurchasesUpdatedListener
|
|||
queriedTitle.equals("") ||
|
||||
queriedDescription.equals("")) {
|
||||
Log.e(TAG, "Data missing from product details.");
|
||||
failedProducts.add(queriedProductId);
|
||||
queryFailed(m_nativePointer, queriedProductId);
|
||||
} else {
|
||||
productIdList.add(queriedProductId);
|
||||
|
|
Loading…
Reference in New Issue