forked from qt-creator/qt-creator
vcs: s/VCS/Vcs/
According to style guide. Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -37,17 +37,17 @@
|
||||
|
||||
#include <coreplugin/ioutputpane.h>
|
||||
|
||||
namespace VCSBase {
|
||||
namespace VcsBase {
|
||||
|
||||
struct VCSBaseOutputWindowPrivate;
|
||||
struct VcsBaseOutputWindowPrivate;
|
||||
|
||||
class VCSBASE_EXPORT VCSBaseOutputWindow : public Core::IOutputPane
|
||||
class VCSBASE_EXPORT VcsBaseOutputWindow : public Core::IOutputPane
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QString repository READ repository WRITE setRepository)
|
||||
|
||||
public:
|
||||
~VCSBaseOutputWindow();
|
||||
~VcsBaseOutputWindow();
|
||||
|
||||
QWidget *outputWidget(QWidget *parent);
|
||||
QList<QWidget *> toolBarWidgets() const;
|
||||
@@ -68,7 +68,7 @@ public:
|
||||
void goToNext();
|
||||
void goToPrev();
|
||||
|
||||
static VCSBaseOutputWindow *instance();
|
||||
static VcsBaseOutputWindow *instance();
|
||||
|
||||
QString repository() const;
|
||||
|
||||
@@ -114,11 +114,11 @@ public slots:
|
||||
const QStringList &args);
|
||||
|
||||
private:
|
||||
VCSBaseOutputWindow();
|
||||
VcsBaseOutputWindow();
|
||||
|
||||
VCSBaseOutputWindowPrivate *d;
|
||||
VcsBaseOutputWindowPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace VCSBase
|
||||
} // namespace VcsBase
|
||||
|
||||
#endif // VCSBASEOUTPUTWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user