forked from qt-creator/qt-creator
Remove unneeded declarations of deleted methods
QtcProcess is derived from QObject, it doesn't have these methods anyway. Change-Id: I7a334c97739d40b28a78ab98a322417256c1117c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -207,9 +207,6 @@ private:
|
||||
void beginFeed();
|
||||
void feedStdOut(const QByteArray &data);
|
||||
void endFeed();
|
||||
|
||||
void setProcessEnvironment(const QProcessEnvironment &environment) = delete;
|
||||
QProcessEnvironment processEnvironment() const = delete;
|
||||
};
|
||||
|
||||
using ExitCodeInterpreter = std::function<QtcProcess::Result(int /*exitCode*/)>;
|
||||
|
Reference in New Issue
Block a user