Skip to content
Snippets Groups Projects
Commit 74005136 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

fix compile with gcc: namespace friend class declaration

parent edcefd69
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ protected:
private:
bool closeNewTabIfNeeded;
friend class HelpViewer;
friend class Help::Internal::HelpViewer;
Qt::MouseButtons m_pressedButtons;
Qt::KeyboardModifiers m_keyboardModifiers;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment