From f44d8e916beb3e1059ba31e149de0cffbcaa02fd Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 30 Jan 2022 13:16:36 +0100 Subject: Remove a few now unused files --- src/MainWindow.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/MainWindow.cpp') 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 -- cgit 1.5.1