fix: xp support code ver trans bug.

This commit is contained in:
2025-06-25 16:07:18 +08:00
parent 60f5cb62b1
commit cb5e5ff8b9
5 changed files with 8 additions and 42 deletions

View File

@@ -42,7 +42,6 @@ struct FrameBuffer {
QString tid;
FrameBufferType type = FBT_NONE;
bool sendRet;
std::function<void(QSharedPointer<FrameBuffer>)> call{};
};
class Protocol