From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/gui/windows/inventorywindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/inventorywindow.cpp') diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index be036a558..aa4d90258 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -146,7 +146,7 @@ InventoryWindow::InventoryWindow(Inventory *const inventory) : mSortDropDown->setSelected(config.getIntValue( "cartSortOrder")); break; - }; + } } else { @@ -374,7 +374,7 @@ InventoryWindow::InventoryWindow(Inventory *const inventory) : case InventoryType::Craft: case InventoryType::TypeEnd: break; - }; + } Layout &layout = getLayout(); layout.setRowHeight(2, LayoutType::SET); @@ -420,7 +420,7 @@ InventoryWindow::~InventoryWindow() invInstances.front()->updateDropButton(); mSortDropDown->hideDrop(false); - delete2(mSortModel); + delete2(mSortModel) } void InventoryWindow::storeSortOrder() const @@ -449,7 +449,7 @@ void InventoryWindow::storeSortOrder() const config.setValue("cartSortOrder", mSortDropDown->getSelected()); break; - }; + } } } -- cgit v1.2.3-60-g2f50