davidmhewitt / torrential

A simple torrent client for elementary OS
GNU General Public License v2.0
142 stars 30 forks source link

Type `time_t' can not be used for a GLib.Object property #81

Closed danirabbit closed 6 years ago

danirabbit commented 6 years ago

I'm getting this error when trying to build on Juno

TorrentListRow.vala:197.5-197.28: warning: Type `time_t' can not be used for a GLib.Object property
    public time_t date_added { get { return torrent.date_added; } }