FRC-Utilities / QDriverStation

Cross-platform clone of the FRC Driver Station
https://frc-utilities.github.io
MIT License
189 stars 26 forks source link

Fixed Linux CPU usage GUI update #49

Closed calcmogul closed 7 years ago

calcmogul commented 7 years ago

The Linux version of Utilities::updateCpuUsage() wasn't emitting the cpuUsageChanged() signal after recalculating the CPU usage. This caused the GUI to only update the CPU usage once on application startup.

alex-spataru commented 7 years ago

@calcmogul Thanks for the fix!