diff options
Diffstat (limited to 'src/rateapp.cpp')
-rw-r--r-- | src/rateapp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rateapp.cpp b/src/rateapp.cpp index 430716d..5c370a9 100644 --- a/src/rateapp.cpp +++ b/src/rateapp.cpp @@ -43,6 +43,7 @@ RateApp::RateApp(QWidget *parent, QString app_rating_url, int app_launch_count, showTimer->start(); } else { // if shouldshow is false, delete this obj to free resources + showTimer->stop(); this->deleteLater(); } } |