kdevelop/kdevplatform/vcs
vcsstatusinfo.h
Go to the documentation of this file.
55 ItemUnknown = 0 ,
56 ItemUpToDate = 1 ,
57 ItemAdded = 2 ,
58 ItemModified = 3 ,
59 ItemDeleted = 4 ,
60 ItemHasConflicts = 8 ,
61 ItemUserState = 1000
Q_DECLARE_TYPEINFO(KDevelop::VcsStatusInfo, Q_MOVABLE_TYPE)
bool operator==(const KDevelop::VcsLocation &lhs, const KDevelop::VcsLocation &rhs)
Definition: vcslocation.h:152
Class that encapsulates status information for one local url.
Definition: vcsstatusinfo.h:47
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 13 2019 03:36:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 13 2019 03:36:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.