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:
parent
59f033a583
commit
f201a9925b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user