[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kcall/applet/kcall [POSSIBLY UNSAFE]
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2005-06-17 7:19:35
Message-ID: 1118992775.390227.29730.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 426389 by eva:

make it compile


 M  +4 -4      callmanager.cpp   [POSSIBLY UNSAFE: system]
 M  +2 -2      kcall.cpp  


--- trunk/kdenonbeta/kcall/applet/kcall/callmanager.cpp #426388:426389
@@ -547,7 +547,7 @@
 /*void CallManager::stopRing()
 {
     kdDebug() << "CallManager::stopRing()" << endl;
-    ringTimer->stop();
+//    ringTimer->stop();
 
     system("artsshell terminate");    
     // FIXME: implement buttons for av500
@@ -573,7 +573,7 @@
 //        ioctl (global_fd_led, SHARP_LED_SETSTATUS, &statusLED);
 //    }
 //    #endif
-    ringTimer->start( ringTime_1, TRUE );
+//    ringTimer->start( ringTime_1, TRUE );
 }
 */
 /*
@@ -616,13 +616,13 @@
                 kdDebug() << "RING SOUND ALARM" << endl;
             }
 
-            ringTimer->start( ringTime_1, TRUE );
+//            ringTimer->start( ringTime_1, TRUE );
         }
         else
         {
             ringCount = 0;
             kdDebug() << "Ringing tone silent" << endl;
-            ringTimer->start( ringTime_2, TRUE );
+//            ringTimer->start( ringTime_2, TRUE );
         }
     }
 }
--- trunk/kdenonbeta/kcall/applet/kcall/kcall.cpp #426388:426389
@@ -48,8 +48,8 @@
     connect(incomingdlg, SIGNAL(hangup(QString)), this, SLOT(hangupCall(QString)));
     connect(incomingdlg, SIGNAL(dial()), this, SLOT(slotDialDlg()));
         
-    ringTimer = new QTimer;
-    connect(ringTimer, SIGNAL(timeout()), this, SLOT(ringAction()));
+    //ringTimer = new QTimer;
+    //connect(ringTimer, SIGNAL(timeout()), this, SLOT(ringAction()));
     
     
     
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic