From f201a9925bb7b58a4fd3144805497e7c0e3bfc7f Mon Sep 17 00:00:00 2001 From: Andrew Udvare Date: Sat, 11 Jan 2014 05:13:28 -0800 Subject: [PATCH] Remove trailing semicolon --- src/widgets/lineedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/lineedit.h b/src/widgets/lineedit.h index d915e9a30..615b8b74a 100644 --- a/src/widgets/lineedit.h +++ b/src/widgets/lineedit.h @@ -111,7 +111,7 @@ protected: void resizeEvent(QResizeEvent*); private: - bool is_rtl() const { return is_rtl_; }; + bool is_rtl() const { return is_rtl_; } void set_rtl(bool rtl) { is_rtl_ = rtl; } signals: