Rev 394 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 394 | Rev 440 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | QByteArray SendText = SendString.toAscii(); |
55 | QByteArray SendText = SendString.toAscii(); |
Line 56... | Line 56... | ||
56 | 56 | ||
57 | TcpSocket->write(SendText); |
57 | TcpSocket->write(SendText); |
Line 58... | Line 58... | ||
58 | } |
58 | } |
59 | 59 | ||
60 | void cQMK_Server::NewPosition(sNaviString Pos) |
60 | void cQMK_Server::NewPosition(sNaviData Pos) |
61 | { |
61 | { |
62 | if (1==1) |
62 | if (1==1) |
63 | { |
63 | { |