forked from quickshell/quickshell
fix(socket): clear buffer when closing/opening socket
This commit is contained in:
parent
b42add3967
commit
b5f50cd68f
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,7 @@ protected:
|
|||
private slots:
|
||||
void onReaderDestroyed();
|
||||
|
||||
private:
|
||||
protected:
|
||||
DataStreamParser* mReader = nullptr;
|
||||
QByteArray buffer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue