forked from qt-creator/qt-creator
Utils: Remove ChannelBuffer's QObject base
Not used anymore. Change-Id: If149abbced43b0b476715073cafa5ad4fe918c24 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Data for one channel buffer (stderr/stdout)
|
// Data for one channel buffer (stderr/stdout)
|
||||||
class ChannelBuffer : public QObject
|
class ChannelBuffer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void clearForRun();
|
void clearForRun();
|
||||||
|
Reference in New Issue
Block a user