From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial1-13.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial1-13.html') diff --git a/doc/html/tutorial1-13.html b/doc/html/tutorial1-13.html index a56d49fab..9ac3fcc5e 100644 --- a/doc/html/tutorial1-13.html +++ b/doc/html/tutorial1-13.html @@ -136,7 +136,7 @@ over (luckily for the player :-). timerCount = 0; shoot_ang = ang; shoot_f = f; - autoShootTimer->start( 50 ); + autoShootTimer->start( 50 ); emit canShoot( FALSE ); } @@ -148,7 +148,7 @@ cannot shoot now. if ( gameEnded ) return; if ( isShooting() ) - autoShootTimer->stop(); + autoShootTimer->stop(); gameEnded = TRUE; repaint(); } @@ -165,7 +165,7 @@ widget.

    void CannonField::restartGame()
     {
         if ( isShooting() )
-            autoShootTimer->stop();
+            autoShootTimer->stop();
         gameEnded = FALSE;
         repaint();
         emit canShoot( TRUE );
-- 
cgit v1.2.3