summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h

index 85cd5a70..a7a2b2e6 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h
@@ -83,8 +83,8 @@ private: ChatPage *chat_page_; // Used to hide undefined states between page transitions. - OverlayModal *progress_modal_; - LoadingIndicator *spinner_; + QSharedPointer<OverlayModal> progressModal_; + QSharedPointer<LoadingIndicator> spinner_; // Matrix Client API provider. QSharedPointer<MatrixClient> client_;