Skip to content
Snippets Groups Projects
Commit 2c3becf7 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

SetArguments calls reset arg list first. We don't want this when we pass a template parameter pack.

parent ee3bde75
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@
class TQSlot;
class TQConnection : public TVirtualQConnection, public TQObject {
protected:
......@@ -66,7 +65,7 @@ protected:
TQSlot *s = fSlot;
gInterpreter->CallFunc_SetArguments(func, arg);
gInterpreter->CallFunc_SetArg(func, arg);
UnLockSlot(s);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment