qt: use int instead of size_t due to QML
There is no unsigned integer type in QML.
Fixes error:
QMetaProperty::read: Unable to handle unregistered datatype 'size_t' for property 'vlc::playlist::PlaylistControllerModel::count'
Edited by Fatih Uzunoğlu