From 9ba4565911635c3c4254d20c4a7e6649e17488c2 Mon Sep 17 00:00:00 2001 From: APTX Date: Thu, 4 Apr 2013 16:35:47 +0200 Subject: [PATCH] Header missing from previous commit --- localmylist/mylistmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.52.0