Properly convert int to std::string
This commit is contained in:
parent
5ac551f36a
commit
5ed7b459c8
@ -573,7 +573,7 @@ bool WebServer::start_server(quint16 port) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
item[job_name + "_class"] = css_class;
|
item[job_name + "_class"] = css_class;
|
||||||
item[job_name + "_id"] = r->id;
|
item[job_name + "_id"] = std::to_string(r->id);
|
||||||
} else {
|
} else {
|
||||||
item[job_name + "_class"] = "";
|
item[job_name + "_class"] = "";
|
||||||
item[job_name + "_id"] = "";
|
item[job_name + "_id"] = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user