branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/src/gui/widgets/qabstractslider_p.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/gui/widgets/qabstractslider_p.h Thu Jul 22 16:41:55 2010 +0100 @@ -54,6 +54,7 @@ // #include "QtCore/qbasictimer.h" +#include "QtCore/qelapsedtimer.h" #include "private/qwidget_p.h" #include "qstyle.h" @@ -103,7 +104,7 @@ /** * The time of when the first auto repeating key press event occurs. */ - QTime firstRepeat; + QElapsedTimer firstRepeat; #endif