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

List:       kde-commits
Subject:    extragear/graphics/digikam/utilities/fuzzysearch
From:       Andi Clemens <andi.clemens () gmx ! net>
Date:       2009-10-07 23:59:45
Message-ID: 1254959985.463596.28675.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1032505 by aclemens:

polish

 M  +26 -28    findduplicatesview.cpp  


--- trunk/extragear/graphics/digikam/utilities/fuzzysearch/findduplicatesview.cpp #1032504:1032505
@@ -69,44 +69,42 @@
 
     FindDuplicatesViewPriv()
     {
-        listView                = 0;
-        scanDuplicatesBtn       = 0;
-        updateFingerPrtBtn      = 0;
-        progressBar             = 0;
-        thumbLoadThread         = 0;
-        includeAlbumsLabel      = 0;
-        thresholdLabel          = 0;
-        threshold               = 0;
-        albumSelectCB           = 0;
-        tagSelectCB             = 0;
-        albumModel              = 0;
-        tagModel                = 0;
-        cancelFindDuplicates    = false;
+        listView             = 0;
+        scanDuplicatesBtn    = 0;
+        updateFingerPrtBtn   = 0;
+        progressBar          = 0;
+        thumbLoadThread      = 0;
+        includeAlbumsLabel   = 0;
+        thresholdLabel       = 0;
+        threshold            = 0;
+        albumSelectCB        = 0;
+        tagSelectCB          = 0;
+        albumModel           = 0;
+        tagModel             = 0;
+        cancelFindDuplicates = false;
     }
 
-    bool                cancelFindDuplicates;
+    bool                         cancelFindDuplicates;
 
-    QLabel              *includeAlbumsLabel;
-    QLabel              *thresholdLabel;
+    QLabel*                      includeAlbumsLabel;
+    QLabel*                      thresholdLabel;
 
-    QSpinBox            *threshold;
+    QSpinBox*                    threshold;
 
-    QPushButton         *scanDuplicatesBtn;
-    QPushButton         *updateFingerPrtBtn;
+    QPushButton*                 scanDuplicatesBtn;
+    QPushButton*                 updateFingerPrtBtn;
 
-    QTreeWidget         *listView;
+    QTreeWidget*                 listView;
 
-    StatusProgressBar   *progressBar;
+    StatusProgressBar*           progressBar;
 
-    ThumbnailLoadThread *thumbLoadThread;
+    ThumbnailLoadThread*         thumbLoadThread;
 
-    AlbumSelectComboBox *albumSelectCB;
-    AlbumSelectComboBox *tagSelectCB;
+    AlbumSelectComboBox*         albumSelectCB;
+    AlbumSelectComboBox*         tagSelectCB;
 
-    AbstractCheckableAlbumModel
-                        *albumModel;
-    AbstractCheckableAlbumModel
-                        *tagModel;
+    AbstractCheckableAlbumModel* albumModel;
+    AbstractCheckableAlbumModel* tagModel;
 };
 
 FindDuplicatesView::FindDuplicatesView(QWidget *parent)
[prev in list] [next in list] [prev in thread] [next in thread] 

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