mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 22:12:53 -05:00
Use QElapsedTimer instead of QTime
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
ScrollManagement::ScrollManagement()
|
||||
{
|
||||
wheelTimer = new QTime();
|
||||
wheelTimer = new QElapsedTimer();
|
||||
wheelTimer->start();
|
||||
wheelAccumulator = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user