]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/applyviewpropsjob.h
SVN_SILENT: minor coding style fixes
[dolphin.git] / src / applyviewpropsjob.h
index 1b49d120667fb2ffde29a720d464c6dfabae266a..4ffc069a9d9ed4ce33f4dae97458f0779dac78b6 100644 (file)
@@ -62,7 +62,10 @@ public:
      */
     ApplyViewPropsJob(const KUrl& dir, const ViewProperties& viewProps);
     virtual ~ApplyViewPropsJob();
-    int progress() const { return m_progress; }
+    int progress() const
+    {
+        return m_progress;
+    }
 
 private:
     void startNextJob(const KUrl & url);
@@ -74,7 +77,6 @@ private slots:
 
 private:
     ViewProperties* m_viewProps;
-    KFileItemList m_lstItems;
     int m_currentItem;
     int m_progress;
     KUrl m_dir;