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