From: APTX Date: Tue, 4 Jun 2013 18:30:00 +0000 (+0200) Subject: Prefix type with namespace name, for script bindings. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=58ecf0862592802a17c4663d9be69e47f1bf31ff;p=localmylist.git Prefix type with namespace name, for script bindings. --- diff --git a/localmylist/database.h b/localmylist/database.h index 5a8957f..fb3f0c4 100644 --- a/localmylist/database.h +++ b/localmylist/database.h @@ -110,7 +110,7 @@ public slots: bool removeReport(int reportId); bool failPendingRequestsFromOldClients(); - bool pendingRequestDataError(const PendingRequest &request); + bool pendingRequestDataError(const LocalMyList::PendingRequest &request); bool clearStartedPendingRequests(); bool clearStartedMyListUpdateRequests();