forked from qt-creator/qt-creator
vcsbase: style
Change-Id: I139d9d46605383f03215c80bd9e9fd965021b435 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user