From 67a349cefcb72c7770b98bf645a7eca35695bb2b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:15:03 +0300 Subject: add final keyword to widgets files. --- src/gui/widgets/tablemodel.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/gui/widgets/tablemodel.h') diff --git a/src/gui/widgets/tablemodel.h b/src/gui/widgets/tablemodel.h index 231a5f5e1..b6122fcb8 100644 --- a/src/gui/widgets/tablemodel.h +++ b/src/gui/widgets/tablemodel.h @@ -147,14 +147,15 @@ public: */ void resize(); - int getRows() const override A_WARN_UNUSED; - int getColumns() const override A_WARN_UNUSED; - int getRowHeight() const override A_WARN_UNUSED; + int getRows() const override final A_WARN_UNUSED; + int getColumns() const override final A_WARN_UNUSED; + int getRowHeight() const override final A_WARN_UNUSED; int getWidth() const A_WARN_UNUSED; int getHeight() const A_WARN_UNUSED; - int getColumnWidth(const int index) const override A_WARN_UNUSED; - gcn::Widget *getElementAt(const int row, const int column) - const override A_WARN_UNUSED; + int getColumnWidth(const int index) const override final A_WARN_UNUSED; + gcn::Widget *getElementAt(const int row, + const int column) const + override final A_WARN_UNUSED; protected: int mRows, mColumns; -- cgit v1.2.3-60-g2f50