Papierkorb / qt5.cr

Qt5 bindings for Crystal, based on Bindgen
Mozilla Public License 2.0
211 stars 20 forks source link

no overload matches 'Qt::Timer#start' with type Time::Span #10

Closed codenoid closed 6 years ago

codenoid commented 6 years ago
no overload matches 'Qt::Timer#start' with type Time::Span
Overloads are:
 - Qt::Timer#start(msec : Int32)
 - Qt::Timer#start()

timer.start(1.seconds)
codenoid commented 6 years ago

hi, the solution already in #11