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

@@ -42,9 +42,7 @@
namespace VCSBase {
namespace Internal {
class CommandPrivate;
} // namespace Internal
namespace Internal { class CommandPrivate; }
class VCSBASE_EXPORT Command : public QObject
{
@@ -52,9 +50,12 @@ class VCSBASE_EXPORT Command : public QObject
public:
// Where to report command termination with exit code if desired
enum TerminationReportMode { NoReport,
ReportStdout, // This assumes UTF8
ReportStderr };
enum TerminationReportMode
{
NoReport,
ReportStdout, // This assumes UTF8
ReportStderr
};
Command(const QString &binary,
const QString &workingDirectory,
@@ -104,6 +105,6 @@ private:
class Internal::CommandPrivate *const d;
};
} //namespace VCSBase
} // namespace VCSBase
#endif // VCSBASE_COMMAND_H