forked from qt-creator/qt-creator
API Documentation: Add VCSBase.
This commit is contained in:
@@ -39,6 +39,13 @@
|
||||
|
||||
namespace VCSBase {
|
||||
|
||||
/*!
|
||||
\class VCSBase::SubmitFileModel
|
||||
|
||||
\brief A 2-column (checkable, state, file name) model to be used to list the files
|
||||
in the submit editor. Provides header items and a convience to add files.
|
||||
*/
|
||||
|
||||
SubmitFileModel::SubmitFileModel(QObject *parent) :
|
||||
QStandardItemModel(0, 2, parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user