mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-22 04:24:59 +00:00
fix: build error on linux
This commit is contained in:
parent
6ac8973b10
commit
9290348408
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ void KeyMap::loadKeyMap(const QString &json)
|
|||
|
||||
for (int i = 0; i < clickNodes.size(); i++) {
|
||||
if (i >= MAX_DELAY_CLICK_NODES) {
|
||||
qInfo("clickNodes too much, up to %1", MAX_DELAY_CLICK_NODES);
|
||||
qInfo() << "clickNodes too much, up to " << MAX_DELAY_CLICK_NODES;
|
||||
break;
|
||||
}
|
||||
clickNode = clickNodes.at(i).toObject();
|
||||
|
|
Loading…
Add table
Reference in a new issue