mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
remove redundant qreal meta type registration in QTimeLine test case
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
bcf53dc4e1
commit
3f1941ce53
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ void tst_QTimeLine::currentTime()
|
|||
{
|
||||
QTimeLine timeLine(2000);
|
||||
timeLine.setUpdateInterval((timeLine.duration()/2) / 33);
|
||||
qRegisterMetaType<qreal>("qreal");
|
||||
QSignalSpy spy(&timeLine, SIGNAL(valueChanged(qreal)));
|
||||
timeLine.setFrameRange(10, 20);
|
||||
QCOMPARE(timeLine.currentTime(), 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue