[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-30 21:58:35
Message-ID: 1180562315.007126.20831.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 669960 by mwoehlke:

VCS Interfaces: fix scopes (i.e. put 'public:' in the right places where in the wrong \
place or just missing)


 M  +4 -2      vcshelpers.h  


--- trunk/KDE/kdevelop/lib/plugins/vcs/interfaces/vcshelpers.h #669959:669960
@@ -129,6 +129,7 @@
  */
 class KDEVPLATFORMVCS_EXPORT VcsEvent
 {
+public:
     /**
      * Class that tells you what happened to a given repository location in a
      * specific revision.
@@ -146,7 +147,7 @@
         Merge                /**<File had changes merged into it.*/,
     };
     Q_DECLARE_FLAGS( VcsActions, VcsAction )
-public:
+
     VcsRevision revision(); // the GlobalNumber revision
     QString author();
     QDate date();
@@ -163,6 +164,7 @@
  */
 class KDEVPLATFORMVCS_EXPORT VcsJob
 {
+public:
     /**
      * To easily check which type of job this is
      *
@@ -199,7 +201,6 @@
         Failed
     };
 
-public:
     /**
      * This method will return all new results of the job. The actual data
      * type that is wrapped in the QVariant depends on the type of job.
@@ -313,6 +314,7 @@
 
 class KDEVPLATFORMVCS_EXPORT VcsDiff
 {
+public:
     /**
      * Specify the type of difference the diff() method should create. Note that a
      * request for DiffUnified may not be honored, e.g. if the items being diffed \
are


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

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