forked from qt-creator/qt-creator
Mercurial: code cosmetics
Change-Id: Id7257fc5ccdcc4d36b276278906902f12d7e8c57 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -44,11 +44,12 @@ namespace Internal {
|
||||
|
||||
class MercurialClient;
|
||||
|
||||
//Implements just the basics of the Version Control Interface
|
||||
//MercurialClient handles all the work
|
||||
// Implements just the basics of the Version Control Interface
|
||||
// MercurialClient handles all the work.
|
||||
class MercurialControl: public Core::IVersionControl
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MercurialControl(MercurialClient *mercurialClient);
|
||||
|
||||
@@ -82,7 +83,7 @@ private:
|
||||
MercurialClient *mercurialClient;
|
||||
};
|
||||
|
||||
} //namespace Internal
|
||||
} //namespace Mercurial
|
||||
} // namespace Internal
|
||||
} // namespace Mercurial
|
||||
|
||||
#endif // MERCURIALCONTROL_H
|
||||
|
||||
Reference in New Issue
Block a user