C++ (Qt)class Matrix{... friend const Matrix & operator+(const Matrix &, const Matrix &);}; const Matrix & operator+(const Matrix & m1, const Matrix & m2);