vcsbase: style

Change-Id: I139d9d46605383f03215c80bd9e9fd965021b435
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
hjk
2012-01-07 03:35:54 +01:00
parent bf197d7a12
commit 2eadc22023
38 changed files with 216 additions and 241 deletions

View File

@@ -46,18 +46,13 @@ class QProcessEnvironment;
class QTextCodec;
QT_END_NAMESPACE
namespace Utils {
struct SynchronousProcessResponse;
}
namespace Utils { struct SynchronousProcessResponse; }
namespace Core {
class IVersionControl;
}
namespace Core { class IVersionControl; }
namespace VCSBase {
namespace Internal {
struct State;
}
namespace Internal { struct State; }
class VCSBaseSubmitEditor;
struct VCSBasePluginPrivate;