Remove some unused functions

This commit is contained in:
Nicolas Werner 2022-01-25 11:09:54 +01:00
parent 4a80fdc951
commit 573624a490
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 2 additions and 53 deletions

View file

@ -56,12 +56,6 @@ public:
openCreateRoomDialog(std::function<void(const mtx::requests::CreateRoom &request)> callback);
void openJoinRoomDialog(std::function<void(const QString &room_id)> callback);
void hideOverlay();
void showSolidOverlayModal(QWidget *content, QFlags<Qt::AlignmentFlag> flags = Qt::AlignCenter);
void
showTransparentOverlayModal(QWidget *content,
QFlags<Qt::AlignmentFlag> flags = Qt::AlignTop | Qt::AlignHCenter);
MxcImageProvider *imageProvider() { return imgProvider; }
//! Show the chat page and start communicating with the given access token.
@ -75,15 +69,9 @@ private slots:
//! Handle interaction with the tray icon.
void iconActivated(QSystemTrayIcon::ActivationReason reason);
//! Show the welcome page in the main window.
void showWelcomePage();
//! Show the register page in the main window.
void showRegisterPage();
void showOverlayProgressBar();
void removeOverlayProgressBar();
virtual void setWindowTitle(int notificationCount);
signals: