From: APTX Date: Mon, 22 Apr 2013 01:53:11 +0000 (+0200) Subject: MyListFileNode::updated should use the baseQuery(). X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=ecad4146c3825e87b23c1942b72fef763e8f0730;p=localmylist.git MyListFileNode::updated should use the baseQuery(). --- diff --git a/localmylist/mylistnode.cpp b/localmylist/mylistnode.cpp index 354b470..99f8b7e 100644 --- a/localmylist/mylistnode.cpp +++ b/localmylist/mylistnode.cpp @@ -845,7 +845,7 @@ bool MyListFileNode::updated(Operation type) "SELECT %1 " " FROM file f " "WHERE f.fid = :fid") - .arg(Database::fileFields())); + .arg(baseQuery())); q.bindValue(":fid", id()); if(!MyList::instance()->database()->exec(q))