diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-07-04 04:24:28 +0200 |
---|---|---|
committer | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-07-30 22:10:27 +0530 |
commit | 08028d5c57d134fb3d0ca9004730f0b2c99e5e67 (patch) | |
tree | 1268c0d9fdfd47966fb386028098ce6634195479 /src/MainWindow.h | |
parent | Some issue with UserProfile (diff) | |
download | nheko-08028d5c57d134fb3d0ca9004730f0b2c99e5e67.tar.xz |
Refactor UserProfile
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index e3e04698..2fc2d00f 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -25,7 +25,6 @@ #include <QSystemTrayIcon> #include "UserSettingsPage.h" -#include "dialogs/UserProfile.h" #include "ui/OverlayModal.h" #include "jdenticoninterface.h" @@ -76,7 +75,6 @@ public: void openLogoutDialog(); void openRoomSettings(const QString &room_id = ""); void openMemberListDialog(const QString &room_id = ""); - void openUserProfile(const QString &user_id, const QString &room_id); void openReadReceiptsDialog(const QString &event_id); void hideOverlay(); |