forked from qt-creator/qt-creator
API Documentation: Add VCSBase.
This commit is contained in:
@@ -43,6 +43,18 @@
|
||||
|
||||
enum { NickNameRole = Qt::UserRole + 1 };
|
||||
|
||||
/*!
|
||||
\class VCSBase::Internal::NickNameDialog
|
||||
|
||||
\brief Show users from mail cap file.
|
||||
|
||||
Manages a list of users read from an extended
|
||||
mail cap file, consisting of 4 columns: "Name Mail [AliasName [AliasMail]]".
|
||||
|
||||
The names can be used for insertion into "RevBy:" fields; aliases will
|
||||
be preferred.
|
||||
*/
|
||||
|
||||
namespace VCSBase {
|
||||
namespace Internal {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user