Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0-beta1
Description
class Foo { void operator()(int i); void operator()(const Foo &); }; void f() { Foo foo; foo( // Complete here }
class Foo { void operator()(int i); void operator()(const Foo &); }; void f() { Foo foo; foo( // Complete here }