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

List:       kde-commits
Subject:    KDE/kdelibs
From:       Laurent Montel <montel () kde ! org>
Date:       2007-09-17 6:18:36
Message-ID: 1190009916.854702.27199.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 713343 by mlaurent:

Change signal signature as discussed with David
=> KFileItemList -> QList<KFileItem>


 M  +2 -2      khtml/kmultipart/kmultipart.cpp  
 M  +1 -1      kparts/browserextension.h  


--- trunk/KDE/kdelibs/khtml/kmultipart/kmultipart.cpp #713342:713343
@@ -377,8 +377,8 @@
         if ( m_isHTMLPart ) // for non-HTML we have our own
             connect( childExtension, SIGNAL( speedProgress( int ) ),
                      m_extension, SIGNAL( speedProgress( int ) ) );
-        connect( childExtension, SIGNAL( selectionInfo( const KFileItemList& ) ),
-                 m_extension, SIGNAL( selectionInfo( const KFileItemList& ) ) );
+        connect( childExtension, SIGNAL( selectionInfo( const QList<KFileItem>& ) ),
+                 m_extension, SIGNAL( selectionInfo( const QList<KFileItem> & ) ) );
         connect( childExtension, SIGNAL( selectionInfo( const QString& ) ),
                  m_extension, SIGNAL( selectionInfo( const QString& ) ) );
         connect( childExtension, SIGNAL( selectionInfo( const KUrl::List& ) ),
--- trunk/KDE/kdelibs/kparts/browserextension.h #713342:713343
@@ -646,7 +646,7 @@
    * Used when a set of files/URLs is selected (with full information
    * about those URLs, including size, permissions etc.)
    */
-  void selectionInfo( const KFileItemList &items );
+  void selectionInfo( const QList<KFileItem>& items );
   /**
    * Inform the hosting application about the current selection.
    * Used when some text is selected.
[prev in list] [next in list] [prev in thread] [next in thread] 

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