]> Some of my projects - localmylist.git/commitdiff
Prefix type with namespace name, for script bindings.
authorAPTX <marek321@gmail.com>
Tue, 4 Jun 2013 18:30:00 +0000 (20:30 +0200)
committerAPTX <marek321@gmail.com>
Tue, 4 Jun 2013 18:30:00 +0000 (20:30 +0200)
localmylist/database.h

index 5a8957fdee96483c0aa02147b36204f28a9e8f77..fb3f0c4e908e3f75d118f48b0b16a36171cf0ac9 100644 (file)
@@ -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();