forked from qt-creator/qt-creator
Process: Rename QtcProcessPrivate -> ProcessPrivate
Rename the logging category for Process. Fix inline comments accordingly. Adapt warning/debug messages accordingly. Change-Id: I2b1f0f558701def3afa3c1b04adf629833dba9e7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -22,7 +22,7 @@ QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
|
||||
namespace Internal { class QtcProcessPrivate; }
|
||||
namespace Internal { class ProcessPrivate; }
|
||||
namespace Pty { class Data; }
|
||||
|
||||
class Environment;
|
||||
@@ -131,7 +131,7 @@ public:
|
||||
|
||||
// Other enhancements.
|
||||
// These (or some of them) may be potentially moved outside of the class.
|
||||
// For some we may aggregate in another public utils class (or subclass of QtcProcess)?
|
||||
// Some of them could be aggregated in another public utils class.
|
||||
|
||||
// TODO: Unused currently? Should it serve as a compartment for contrary of remoteEnvironment?
|
||||
static Environment systemEnvironmentForBinary(const FilePath &filePath);
|
||||
@@ -198,8 +198,8 @@ signals:
|
||||
private:
|
||||
friend QTCREATOR_UTILS_EXPORT QDebug operator<<(QDebug str, const Process &r);
|
||||
|
||||
friend class Internal::QtcProcessPrivate;
|
||||
Internal::QtcProcessPrivate *d = nullptr;
|
||||
friend class Internal::ProcessPrivate;
|
||||
Internal::ProcessPrivate *d = nullptr;
|
||||
};
|
||||
|
||||
class DeviceProcessHooks
|
||||
|
||||
Reference in New Issue
Block a user