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

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/lib
From:       Pino Toscano <pino () kde ! org>
Date:       2008-08-31 14:17:16
Message-ID: 1220192236.428076.29935.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 855340 by pino:

fully qualify signals and slots


 M  +2 -2      HttpDownloadManager.cpp  
 M  +1 -1      HttpDownloadManager.h  
 M  +1 -1      HttpJob.h  


--- trunk/KDE/kdeedu/marble/src/lib/HttpDownloadManager.cpp #855339:855340
@@ -176,8 +176,8 @@
         job->setStoragePolicy( storagePolicy() );
         job->setStatus( Activated );
 
-        connect( job, SIGNAL( jobDone( HttpJob*, int ) ),
-                 this, SLOT( reportResult( HttpJob*, int ) ) );
+        connect( job, SIGNAL( jobDone( Marble::HttpJob*, int ) ),
+                 this, SLOT( reportResult( Marble::HttpJob*, int ) ) );
         connect( job, SIGNAL( statusMessage( QString ) ),
                  this, SIGNAL( statusMessage( QString ) ) );
 
--- trunk/KDE/kdeedu/marble/src/lib/HttpDownloadManager.h #855339:855340
@@ -104,7 +104,7 @@
 
  private Q_SLOTS:
     void activateJobs();
-    void reportResult( HttpJob *job, int id );
+    void reportResult( Marble::HttpJob *job, int id );
 
  private:
     Q_DISABLE_COPY( HttpDownloadManager )
--- trunk/KDE/kdeedu/marble/src/lib/HttpJob.h #855339:855340
@@ -54,7 +54,7 @@
     void setStoragePolicy( StoragePolicy * );
 
  Q_SIGNALS:
-    void jobDone( HttpJob *, int );
+    void jobDone( Marble::HttpJob *, int );
     void statusMessage( QString );
 
  public Q_SLOTS:
[prev in list] [next in list] [prev in thread] [next in thread] 

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