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/questswindow.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/gui/windows/questswindow.h') diff --git a/src/gui/windows/questswindow.h b/src/gui/windows/questswindow.h index 0430569a3..031f239cd 100644 --- a/src/gui/windows/questswindow.h +++ b/src/gui/windows/questswindow.h @@ -77,13 +77,13 @@ class QuestsWindow final : public Window, void loadEffect(const int var, const XmlNodePtr node); - QuestsModel *mQuestsModel; - ExtendedListBox *mQuestsListBox; - ScrollArea *mQuestScrollArea; - ItemLinkHandler *mItemLinkHandler; - BrowserBox *mText; - ScrollArea *mTextScrollArea; - Button *mCloseButton; + QuestsModel *mQuestsModel A_NONNULLPOINTER; + ExtendedListBox *mQuestsListBox A_NONNULLPOINTER; + ScrollArea *mQuestScrollArea A_NONNULLPOINTER; + ItemLinkHandler *mItemLinkHandler A_NONNULLPOINTER; + BrowserBox *mText A_NONNULLPOINTER; + ScrollArea *mTextScrollArea A_NONNULLPOINTER; + Button *mCloseButton A_NONNULLPOINTER; Image *mCompleteIcon; Image *mIncompleteIcon; // quest variables: var, value -- cgit v1.2.3-60-g2f50