forked from qt-creator/qt-creator
API Documentation: Add VCSBase.
This commit is contained in:
@@ -53,6 +53,21 @@
|
||||
#include <QtCore/QPoint>
|
||||
#include <QtCore/QFileInfo>
|
||||
|
||||
/*!
|
||||
\class VCSBase::VCSBaseOutputWindow
|
||||
|
||||
\brief Output window for Version Control System command and other output (Singleton).
|
||||
|
||||
Installed by the base plugin and accessible for the other plugins
|
||||
via static instance()-accessor. Provides slots to append output with
|
||||
special formatting.
|
||||
|
||||
It is possible to associate a repository with plain log text, enabling
|
||||
an "Open" context menu action over relative file name tokens in the text
|
||||
(absolute paths will also work). This can be used for "status" logs,
|
||||
showing modified file names, allowing the user to open them.
|
||||
*/
|
||||
|
||||
namespace VCSBase {
|
||||
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user