forked from qt-creator/qt-creator
API Documentation: Add VCSBase.
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
using namespace VCSBase;
|
||||
using namespace VCSBase::Internal;
|
||||
|
||||
/*!
|
||||
\class VCSBase::Internal::SubmitEditorFile
|
||||
|
||||
\brief A non-saveable IFile for submit editor files.
|
||||
*/
|
||||
|
||||
SubmitEditorFile::SubmitEditorFile(const QString &mimeType, QObject *parent) :
|
||||
Core::IFile(parent),
|
||||
m_mimeType(mimeType),
|
||||
|
||||
Reference in New Issue
Block a user