From: APTX Date: Thu, 4 Apr 2013 14:35:47 +0000 (+0200) Subject: Header missing from previous commit X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=9ba4565911635c3c4254d20c4a7e6649e17488c2;p=localmylist.git Header missing from previous commit --- diff --git a/localmylist/mylistmodel.h b/localmylist/mylistmodel.h index e92e4a4..caa4edc 100644 --- a/localmylist/mylistmodel.h +++ b/localmylist/mylistmodel.h @@ -83,7 +83,7 @@ private slots: void animeInsert(int aid); void episodeInsert(int eid, int aid); void fileInsert(int fid, int eid, int aid); - void fileLocationInsert(int id); + void fileLocationInsert(int locationId, int fid); protected: QModelIndex index(MyListNode *node) const;