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:
hjk
2021-05-17 10:09:17 +02:00
parent 75032a4e1f
commit 49864a8155

View File

@@ -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();