summary refs log tree commit diff
path: root/src/MainWindow.h
diff options
context:
space:
mode:
authorJoe <rubberduckie3554@gmail.com>2019-02-08 14:06:37 -0500
committerJoe <rubberduckie3554@gmail.com>2019-02-08 14:06:37 -0500
commitebe5b19e76648019cc1128c05b428a863479f5d3 (patch)
tree0351f0c6050f9190ee619e9d287f3fb229d907f0 /src/MainWindow.h
parentAdd /bigobj for nheko MSVC build (diff)
parentAdjust cmake minimum for included boost (diff)
downloadnheko-ebe5b19e76648019cc1128c05b428a863479f5d3.tar.xz
Merge branch 'master' of https://github.com/redsky17/nheko
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r--src/MainWindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h

index 2336a929..1aadbf4d 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h
@@ -31,6 +31,8 @@ #include "dialogs/UserProfile.h" #include "ui/OverlayModal.h" +#include "jdenticoninterface.h" + class ChatPage; class LoadingIndicator; class OverlayModal; @@ -129,6 +131,8 @@ private slots: void removeOverlayProgressBar(); private: + bool loadJdenticonPlugin(); + void showDialog(QWidget *dialog); bool hasActiveUser(); void restoreWindowSize(); @@ -158,4 +162,6 @@ private: //! Overlay modal used to project other widgets. OverlayModal *modal_ = nullptr; LoadingIndicator *spinner_ = nullptr; + + JdenticonInterface *jdenticonInteface_ = nullptr; };