From 0334e01186cbb1d2a4d5f5d5ad2dabb173d87dc6 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Thu, 25 Feb 2010 13:56:08 +0200 Subject: Fixed ResourceSet signals QList to list namespace, so the users don't have to use namecpace ResourcePolicy --- libresourceqt/include/qt4/policy/resource-set.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libresourceqt/include') diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h index bc81b89..e190cd0 100644 --- a/libresourceqt/include/qt4/policy/resource-set.h +++ b/libresourceqt/include/qt4/policy/resource-set.h @@ -195,13 +195,13 @@ signals: * \param availableResources A list of available resources. The list of * available resources contains only available resource which we have in the set. */ - void resourcesBecameAvailable(const QList &availableResources); + void resourcesBecameAvailable(const QList &availableResources); /** * This signal is emited as a response to the acquire() request. * \param grantedOptionalResources The list of granted optional resources. * All the mandatory resources have also been aquired. */ - void resourcesGranted(const QList &grantedOptionalResources); + void resourcesGranted(const QList &grantedOptionalResources); /** * This signal is emited as a response to the acquire() request, in the * case where one or more of the mandatroy resources were not availalble. -- cgit v1.2.3