From bcdd38074be6828db41396bd3c0ec601993ed59b Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 12 Dec 2019 13:27:02 +0100 Subject: clang-tidy: fix cppcoreguidelines-pro-type-member-init Ensure that all members are initialized and remove an unused member. Change-Id: Ibfb3ea86b7791cd6f8683b68e7cd3bc4256b33f7 Reviewed-by: Shawn Rutledge --- examples/quickcontrols2/texteditor/documenthandler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/quickcontrols2/texteditor/documenthandler.h b/examples/quickcontrols2/texteditor/documenthandler.h index 97e55658..1a34f0e0 100644 --- a/examples/quickcontrols2/texteditor/documenthandler.h +++ b/examples/quickcontrols2/texteditor/documenthandler.h @@ -170,7 +170,6 @@ private: int m_selectionEnd; QFont m_font; - int m_fontSize; QUrl m_fileUrl; }; -- cgit v1.2.3