forked from qt-creator/qt-creator
cvs: polish style
Change-Id: Ica92448617e46223f99a5009e4a7493b83d4cda9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -35,18 +35,18 @@
|
||||
|
||||
#include <coreplugin/iversioncontrol.h>
|
||||
|
||||
namespace CVS {
|
||||
namespace Cvs {
|
||||
namespace Internal {
|
||||
|
||||
class CVSPlugin;
|
||||
class CvsPlugin;
|
||||
|
||||
// Just a proxy for CVSPlugin
|
||||
class CVSControl : public Core::IVersionControl
|
||||
class CvsControl : public Core::IVersionControl
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CVSControl(CVSPlugin *plugin);
|
||||
explicit CvsControl(CvsPlugin *plugin);
|
||||
QString displayName() const;
|
||||
Core::Id id() const;
|
||||
|
||||
@@ -72,10 +72,10 @@ public:
|
||||
void emitConfigurationChanged();
|
||||
|
||||
private:
|
||||
CVSPlugin *m_plugin;
|
||||
CvsPlugin *m_plugin;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace CVS
|
||||
} // namespace Cvs
|
||||
|
||||
#endif // CVSCONTROL_H
|
||||
|
||||
Reference in New Issue
Block a user