diff options
Diffstat (limited to 'src/gui/windows/questswindow.h')
-rw-r--r-- | src/gui/windows/questswindow.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 |