diff options
Diffstat (limited to 'src/plugins/cppeditor/cppfunctiondecldeflink.h')
-rw-r--r-- | src/plugins/cppeditor/cppfunctiondecldeflink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppfunctiondecldeflink.h b/src/plugins/cppeditor/cppfunctiondecldeflink.h index b8052296ae..599d8bc210 100644 --- a/src/plugins/cppeditor/cppfunctiondecldeflink.h +++ b/src/plugins/cppeditor/cppfunctiondecldeflink.h @@ -77,7 +77,7 @@ private: class FunctionDeclDefLink { - Q_DECLARE_TR_FUNCTIONS(FunctionDeclDefLink) + Q_DECLARE_TR_FUNCTIONS(CppEditor::Internal::FunctionDeclDefLink) Q_DISABLE_COPY(FunctionDeclDefLink) public: ~FunctionDeclDefLink(); |