summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-08 18:43:56 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-08 18:43:56 +0300
commit4c4ea557b344b035507652cfbc3b616904f958e9 (patch)
treee8e610bfdaebb0ffb3a472f89b699bc3f65852b8 /include/MainWindow.h
parentRemove the pseudo deb & rpm packages from releases (diff)
downloadnheko-4c4ea557b344b035507652cfbc3b616904f958e9.tar.xz
Replace shared pointers of MatrixClient with a single instance
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h

index 1ffbe850..0fbc7567 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h
@@ -31,7 +31,6 @@ class ChatPage; class LoadingIndicator; -class MatrixClient; class OverlayModal; class SnackBar; class TrayIcon; @@ -125,8 +124,6 @@ private: //! Used to hide undefined states between page transitions. QSharedPointer<OverlayModal> progressModal_; QSharedPointer<LoadingIndicator> spinner_; - //! Matrix Client API provider. - QSharedPointer<MatrixClient> client_; //! Tray icon that shows the unread message count. TrayIcon *trayIcon_; //! Notifications display.