When declaring a function, do you put the variable name ?

Qt Code:
  1. void somefunction(int &, double, int);
  2.  
  3. or
  4.  
  5. void somefunction(int &a, double x, int b);
To copy to clipboard, switch view to plain text mode