From b226f23946987a649fb50bc6d9df2dd8afa7ade1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:47:57 +0300 Subject: Add const attribute to gui classes. --- src/gui/models/playertablemodel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/models') diff --git a/src/gui/models/playertablemodel.h b/src/gui/models/playertablemodel.h index 6525a38b3..e71faf1ad 100644 --- a/src/gui/models/playertablemodel.h +++ b/src/gui/models/playertablemodel.h @@ -43,11 +43,11 @@ class PlayerTableModel final : public Widget2, int getRows() const override final; - int getColumns() const override final; + int getColumns() const override final A_CONST; - int getRowHeight() const override final; + int getRowHeight() const override final A_CONST; - int getColumnWidth(const int index) const override final; + int getColumnWidth(const int index) const override final A_CONST; void playerRelationsUpdated(); -- cgit v1.2.3-70-g09d2