larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

Interstitial/Reward video missing connection #128

Closed demiantres closed 5 years ago

demiantres commented 5 years ago

The constructor of "QtFirebaseAdMobInterstitial" and "QtFirebaseAdMobRewardedVideoAd" should contain this code:

connect(this, &QtFirebaseAdMobRewardedVideoAd::presentationStateChanged, this, &QtFirebaseAdMobRewardedVideoAd::onPresentationStateChanged);