]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.h
Reindent sources
[kdenlive] / src / recmonitor.h
index 2fe343c5a683086a620e21be23a9f6123b9953e4..a7159d4c585887ff6abe8f5a60acc80cbae53639 100644 (file)
@@ -58,7 +58,7 @@ private:
     QString m_name;
     bool m_isActive;
     KDateTime m_captureTime;
-    
+
 #if KDE_IS_VERSION(4,2,0)
     KCapacityBar *m_freeSpace;
 #endif
@@ -85,6 +85,10 @@ private:
     QPixmap mergeSideBySide(const QPixmap& pix, const QString txt);
     void manageCapturedFiles();
 
+#if KDE_IS_VERSION(4,2,0)
+    void updatedFreeSpace();
+#endif
+
 private slots:
     void slotStartCapture(bool play = true);
     void slotStopCapture();