Warning, /sdk/clazy/tests/function-args-by-ref/more_fixits.cpp.fixed.expected is written in an unsupported language. File is not indexed.
0001 #include <QtCore/QString> 0002 0003 class Test 0004 { 0005 public: 0006 void foo(const QString&); 0007 void bar(const QString&) {} 0008 }; 0009 0010 void Test::foo(const QString&) 0011 { 0012 0013 }