File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,17 @@ class ModalOverlay : public QWidget
2525 explicit ModalOverlay (bool enable_wallet, QWidget *parent);
2626 ~ModalOverlay ();
2727
28- public Q_SLOTS:
2928 void tipUpdate (int count, const QDateTime& blockDate, double nVerificationProgress);
3029 void setKnownBestHeight (int count, const QDateTime& blockDate);
3130
32- void toggleVisibility ();
3331 // will show or hide the modal layer
3432 void showHide (bool hide = false , bool userRequested = false );
35- void closeClicked ();
3633 bool isLayerVisible () const { return layerIsVisible; }
3734
35+ public Q_SLOTS:
36+ void toggleVisibility ();
37+ void closeClicked ();
38+
3839protected:
3940 bool eventFilter (QObject * obj, QEvent * ev) override ;
4041 bool event (QEvent* ev) override ;
You can’t perform that action at this time.
0 commit comments