Fix config.test
Using "this" in non member function, oops. Change-Id: I7cda3eea755099af2ff2df7b777e3e228e53e325 Reviewed-by: Sergey Dubitskiy <sergey.dubitskiy@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
1718443801
commit
e038257048
@@ -45,6 +45,6 @@
|
|||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
ResourcePolicy::ResourceSet *set = new ResourcePolicy::ResourceSet("player", this);
|
ResourcePolicy::ResourceSet *set = new ResourcePolicy::ResourceSet("player", 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user