[Differential] [Commented On] D4221: Added VcsBasicEventModel
Milian Wolff
noreply at phabricator.kde.org
Mon Jan 23 11:03:17 UTC 2017
mwolff added inline comments.
INLINE COMMENTS
> vcseventmodel.h:41
> + *
> + * The model is used to store VcsEvent's
> + * To add events use addEvents
This is a generic model to store a list of VcsEvents.
> vcseventmodel.h:42
> + * The model is used to store VcsEvent's
> + * To add events use addEvents
> + */
use @c
> vcseventmodel.h:74
> + *
> + * The model is used to store VcsEvent's
> + * To add events use fetchMore
This model stores a list of VcsEvents corresponding to the log obtained
via IBasicVersionControl::log for a given revision. The model is populated
lazily via @c fetchMore.
> vcseventmodel.h:77
> + */
> +class KDEVPLATFORMVCS_EXPORT VcsEventModel : public VcsBasicEventModel
> +{
rename to VcsEventLogModel, mention that this uses IBaseicVersionControl::log in the main api dox above
REPOSITORY
R33 KDevPlatform
REVISION DETAIL
https://phabricator.kde.org/D4221
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: skalinichev, mwolff, #kdevelop
Cc: mwolff, apol, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170123/c56366d1/attachment.html>
More information about the KDevelop-devel
mailing list