From 884fe02952017ac219cd23f9407d27ed4d8a8620 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 15:55:58 +0200 Subject: =?UTF-8?q?Run=20clang-tidy=E2=80=99s=20modernize-redundant-void-a?= =?UTF-8?q?rg=20pass.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/sp-attribute-widget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/sp-attribute-widget.cpp') diff --git a/src/widgets/sp-attribute-widget.cpp b/src/widgets/sp-attribute-widget.cpp index 043eb93cc..2749b90ef 100644 --- a/src/widgets/sp-attribute-widget.cpp +++ b/src/widgets/sp-attribute-widget.cpp @@ -92,7 +92,7 @@ SPAttributeTable::~SPAttributeTable () clear(); } -void SPAttributeTable::clear(void) +void SPAttributeTable::clear() { if (table) { @@ -228,7 +228,7 @@ void SPAttributeTable::change_object(SPObject *object) } -void SPAttributeTable::reread_properties(void) +void SPAttributeTable::reread_properties() { blocked = true; for (guint i = 0; i < (_attributes.size()); i++) -- cgit v1.2.3