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

List:       kde-commits
Subject:    kdevelop/parts/fileview
From:       Mario Scalas <mario.scalas () libero ! it>
Date:       2003-10-15 14:12:50
[Download RAW message or body]

CVS commit by marios: 

compile fix


  M +5 -2      filetreewidget.cpp   1.48


--- kdevelop/parts/fileview/filetreewidget.cpp  #1.47:1.48
@@ -92,5 +92,8 @@ public:
     void setWorkingRev( const QString &p ) { setText( WORKREVISION_COLUMN, p ); }
     void setRepositoryRev( const QString &p ) { setText( REPOREVISION_COLUMN, p ); }
-    void setStatus( const VCSFileInfo::FileStatus status ) { setText( STATUS_COLUMN, \
VCSFileInfo::vcsState2String( status ) ); } +    void setStatus( const \
VCSFileInfo::FileState status )  +    { 
+        m_status = status; setText( STATUS_COLUMN, VCSFileInfo::vcsState2String( \
status ) );  +    }
 
 protected:
@@ -99,5 +102,5 @@ protected:
 private:
     bool m_isProjectFile;
-    VCSFileInfo::FileStatus m_status;
+    VCSFileInfo::FileState m_status;
 };
 


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

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