Refactoring function declarations is a great feature! But is there a way to disable the C-ish */& placement? For instance when I change a function from "QString s" to "QString& s" in the header it becomes "QString &s" Peter