1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-18 20:40:43 +01:00

Remove trailing semicolon

This commit is contained in:
Andrew Udvare 2014-01-11 05:13:28 -08:00
parent 59f033a583
commit f201a9925b

View File

@ -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: