diff filestatuswidget.h @ 287:3fbafca196e4 status_outside_tabs

Move work-folder state area outside tabs widget
author Chris Cannam
date Mon, 21 Feb 2011 11:07:21 +0000
parents bc39f2e28da8
children 5fa5c908ca00
line wrap: on
line diff
--- a/filestatuswidget.h	Mon Feb 21 09:13:33 2011 +0000
+++ b/filestatuswidget.h	Mon Feb 21 11:07:21 2011 +0000
@@ -29,8 +29,6 @@
 class QFileInfo;
 class QCheckBox;
 
-class WorkStatusWidget;
-
 class FileStatusWidget : public QWidget
 {
     Q_OBJECT
@@ -42,12 +40,6 @@
     QString localPath() const;
     void setLocalPath(QString p);
 
-    QString remoteURL() const;
-    void setRemoteURL(QString u);
-
-    QString state() const;
-    void setState(QString b);
-
     FileStates fileStates() const;
     void setFileStates(FileStates sp);
 
@@ -83,8 +75,7 @@
     void itemSelectionChanged();
 
 private:
-    WorkStatusWidget *m_workStatus;
-    
+    QString m_localPath;
     QLabel *m_noModificationsLabel;
 
     QCheckBox *m_showAllFiles;