From 58ecf0862592802a17c4663d9be69e47f1bf31ff Mon Sep 17 00:00:00 2001 From: APTX Date: Tue, 4 Jun 2013 20:30:00 +0200 Subject: [PATCH] Prefix type with namespace name, for script bindings. --- localmylist/database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.52.0