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

List:       kde-commits
Subject:    KDE/kdevelop/lib/plugins/vcs/interfaces
From:       Matthew Woehlke <mw_triad () users ! sourceforge ! net>
Date:       2007-05-31 19:22:27
Message-ID: 1180639347.046630.15064.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670222 by mwoehlke:

VCS Interfaces: build fixes


 M  +1 -1      ibasicversioncontrol.h  
 M  +4 -2      vcshelpers.h  


--- trunk/KDE/kdevelop/lib/plugins/vcs/interfaces/ibasicversioncontrol.h #670221:670222
@@ -165,7 +165,7 @@
                          const QVariant& localOrRepoLocationDst,
                          const VcsRevision& srcRevision,
                          const VcsRevision& dstRevision,
-                         VcsDiffMode ) = 0;
+                         VcsDiff::Type ) = 0;
 
     /**
      * Shows a diff between the two locations at the given revisions
--- trunk/KDE/kdevelop/lib/plugins/vcs/interfaces/vcshelpers.h #670221:670222
@@ -22,6 +22,8 @@
 #ifndef VCSHELPERS_H
 #define VCSHELPERS_H
 
+#include "kdevexport.h"
+
 namespace KDevelop
 {
 
@@ -215,7 +217,7 @@
      *
      * @return the type of job
      */
-    VcsJobType type();
+    Type type();
 
     /**
      * Can be used to obtain an error message if the job exited with an error
@@ -377,7 +379,7 @@
 
 }
 
-Q_DECLARE_OPERATORS_FOR_FLAGS( KDevelop::VcsEvent::Actions )
+Q_DECLARE_OPERATORS_FOR_FLAGS( KDevelop::VcsItemEvent::Actions )
 
 #endif
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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