mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kmediaplayer: mark KMediaWindow reimplementations as final
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
473d67a46c
commit
62439ad012
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ private slots:
|
|||
void slotHideMenuBar(bool hidden);
|
||||
|
||||
protected:
|
||||
virtual void showEvent(QShowEvent *event);
|
||||
virtual bool eventFilter(QObject *object, QEvent *event);
|
||||
void showEvent(QShowEvent *event) final;
|
||||
bool eventFilter(QObject *object, QEvent *event) final;
|
||||
|
||||
private:
|
||||
KConfig *m_config;
|
||||
|
|
Loading…
Add table
Reference in a new issue