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/emotewindow.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/gui/windows/emotewindow.h') diff --git a/src/gui/windows/emotewindow.h b/src/gui/windows/emotewindow.h index f2b771a35..9a326f66b 100644 --- a/src/gui/windows/emotewindow.h +++ b/src/gui/windows/emotewindow.h @@ -66,14 +66,14 @@ class EmoteWindow final : public Window void widgetMoved(const Event &event) override final; private: - TabbedArea *mTabs; - EmotePage *mEmotePage; - ColorModel *mColorModel; - ColorPage *mColorPage; - ScrollArea *mScrollColorPage; - NamesModel *mFontModel; - ListBox *mFontPage; - ScrollArea *mScrollFontPage; + TabbedArea *mTabs A_NONNULLPOINTER; + EmotePage *mEmotePage A_NONNULLPOINTER; + ColorModel *mColorModel A_NONNULLPOINTER; + ColorPage *mColorPage A_NONNULLPOINTER; + ScrollArea *mScrollColorPage A_NONNULLPOINTER; + NamesModel *mFontModel A_NONNULLPOINTER; + ListBox *mFontPage A_NONNULLPOINTER; + ScrollArea *mScrollFontPage A_NONNULLPOINTER; ImageSet *mImageSet; }; -- cgit v1.2.3-60-g2f50