| 341 | } |
| 342 | |
| 343 | void Kb::fwUpdate(const QString& path){ |
| 344 | fwUpdPath = path; |
| 345 | // Write the active command to ensure it's not ignored |
| 346 | cmd.write("active"); |
| 347 | cmd.write(QString(" @%1 ").arg(notifyNumber).toLatin1()); |
| 348 | cmd.write("fwupdate "); |
| 349 | cmd.write(path.toLatin1()); |
| 350 | cmd.write("\n"); |
| 351 | } |
| 352 | |
| 353 | void Kb::frameUpdate(){ |
| 354 | // Advance animation frame |
no outgoing calls
no test coverage detected