diff options
Diffstat (limited to 'src/gui/windows/serverdialog.h')
-rw-r--r-- | src/gui/windows/serverdialog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gui/windows/serverdialog.h b/src/gui/windows/serverdialog.h index 59105dd47..5f39fc0f7 100644 --- a/src/gui/windows/serverdialog.h +++ b/src/gui/windows/serverdialog.h @@ -126,15 +126,15 @@ class ServerDialog final : public Window, Mutex mMutex; ServerInfos mServers; const std::string &mDir; - Label *mDescription; - Button *mQuitButton; - Button *mConnectButton; - Button *mAddEntryButton; - Button *mEditEntryButton; - Button *mDeleteButton; - Button *mLoadButton; - ServersListModel *mServersListModel; - ListBox *mServersList; + Label *mDescription A_NONNULLPOINTER; + Button *mQuitButton A_NONNULLPOINTER; + Button *mConnectButton A_NONNULLPOINTER; + Button *mAddEntryButton A_NONNULLPOINTER; + Button *mEditEntryButton A_NONNULLPOINTER; + Button *mDeleteButton A_NONNULLPOINTER; + Button *mLoadButton A_NONNULLPOINTER; + ServersListModel *mServersListModel A_NONNULLPOINTER; + ListBox *mServersList A_NONNULLPOINTER; enum ServerDialogDownloadStatus { |