Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use QElapsedTimer instead of QTime (#296)
Fix the following warning in main.cpp: ‘void QTime::start()’ is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations] 33 | useTime.start();
- Loading branch information