summary refs log tree commit diff
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp

index a4661da7..ce9dd945 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp
@@ -41,21 +41,17 @@ #include "UserSettingsPage.h" #include "UsersModel.h" #include "Utils.h" -#include "WelcomePage.h" #include "emoji/EmojiModel.h" #include "emoji/Provider.h" #include "encryption/DeviceVerificationFlow.h" #include "encryption/SelfVerificationStatus.h" #include "timeline/DelegateChooser.h" #include "timeline/TimelineViewManager.h" -#include "ui/LoadingIndicator.h" #include "ui/MxcAnimatedImage.h" #include "ui/MxcMediaProxy.h" #include "ui/NhekoCursorShape.h" #include "ui/NhekoDropArea.h" #include "ui/NhekoGlobalObject.h" -#include "ui/OverlayModal.h" -#include "ui/SnackBar.h" #include "ui/UIA.h" #include "voip/WebRTCSession.h" @@ -101,8 +97,6 @@ MainWindow::MainWindow(QWindow *parent) this, SLOT(iconActivated(QSystemTrayIcon::ActivationReason))); - connect(chat_page_, SIGNAL(contentLoaded()), this, SLOT(removeOverlayProgressBar())); - trayIcon_->setVisible(userSettings_->tray()); // load cache on event loop