forked from qt-creator/qt-creator
API Documentation: Add VCSBase.
This commit is contained in:
@@ -43,6 +43,27 @@
|
||||
#include <QtCore/QDir>
|
||||
#include <QtGui/QMessageBox>
|
||||
|
||||
/*!
|
||||
\class VCSBase::BaseCheckoutWizard
|
||||
|
||||
\brief A Core::IWizard implementing a wizard for initially checking out a project using
|
||||
a version control system.
|
||||
|
||||
Implements all of Core::IWizard with the exception of
|
||||
name()/description() and icon().
|
||||
|
||||
Pops up a QWizard consisting of a Parameter Page which is created
|
||||
by a virtual factory function and a progress
|
||||
page containing a log text. The factory function createJob()
|
||||
creates a job with the output connected to the log window,
|
||||
returning the path to the checkout.
|
||||
|
||||
On success, the wizard tries to locate a project file
|
||||
and open it.
|
||||
|
||||
\sa VCSBase::BaseCheckoutWizardPage
|
||||
*/
|
||||
|
||||
namespace VCSBase {
|
||||
|
||||
struct BaseCheckoutWizardPrivate {
|
||||
|
||||
Reference in New Issue
Block a user