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/unregisterdialog.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/windows/unregisterdialog.h') diff --git a/src/gui/windows/unregisterdialog.h b/src/gui/windows/unregisterdialog.h index db1937e1a..00a9779e3 100644 --- a/src/gui/windows/unregisterdialog.h +++ b/src/gui/windows/unregisterdialog.h @@ -60,11 +60,11 @@ class UnRegisterDialog final : public Window, void action(const ActionEvent &event) override final; private: - LoginData *mLoginData; - TextField *mPasswordField; - Button *mUnRegisterButton; - Button *mCancelButton; - WrongDataNoticeListener *mWrongDataNoticeListener; + LoginData *mLoginData A_NONNULLPOINTER; + TextField *mPasswordField A_NONNULLPOINTER; + Button *mUnRegisterButton A_NONNULLPOINTER; + Button *mCancelButton A_NONNULLPOINTER; + WrongDataNoticeListener *mWrongDataNoticeListener A_NONNULLPOINTER; }; #endif // GUI_WINDOWS_UNREGISTERDIALOG_H -- cgit v1.2.3-70-g09d2