Simple question i have this code in an EXE:
Qt Code:
  1. void foo(int var1);
  2. void foo(int var1,int var2);
To copy to clipboard, switch view to plain text mode 
so i can use both with the same name
how can i use this in a DLL my Qt compiler says that the 2 function confilts