From 6073c6da086f3d1eec0fed731dc3fa5d8808fa0d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Aug 2015 16:12:52 +0300 Subject: Add missing checks or attributes to windows. --- src/gui/windows/itemamountwindow.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/itemamountwindow.h') diff --git a/src/gui/windows/itemamountwindow.h b/src/gui/windows/itemamountwindow.h index c371ffbaa..04516812e 100644 --- a/src/gui/windows/itemamountwindow.h +++ b/src/gui/windows/itemamountwindow.h @@ -107,16 +107,18 @@ class ItemAmountWindow final : public Window, Item *const item, const int maxRange = 0); - IntTextField *mItemAmountTextField; /**< Item amount caption. */ - IntTextField *mItemPriceTextField; /**< Item price caption. */ + /**< Item amount caption. */ + IntTextField *mItemAmountTextField A_NONNULLPOINTER; + /**< Item price caption. */ + IntTextField *mItemPriceTextField; Label *mGPLabel; Item *mItem; - Icon *mItemIcon; + Icon *mItemIcon A_NONNULLPOINTER; /** * Item Amount buttons. */ - Slider *mItemAmountSlide; + Slider *mItemAmountSlide A_NONNULLPOINTER; Slider *mItemPriceSlide; DropDown *mItemDropDown; ItemsModal *mItemsModal; -- cgit v1.2.3-60-g2f50