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
25
25
explicit ModalOverlay (bool enable_wallet, QWidget *parent);
26
26
~ModalOverlay ();
27
27
28
- public Q_SLOTS:
29
28
void tipUpdate (int count, const QDateTime& blockDate, double nVerificationProgress);
30
29
void setKnownBestHeight (int count, const QDateTime& blockDate);
31
30
32
- void toggleVisibility ();
33
31
// will show or hide the modal layer
34
32
void showHide (bool hide = false , bool userRequested = false );
35
- void closeClicked ();
36
33
bool isLayerVisible () const { return layerIsVisible; }
37
34
35
+ public Q_SLOTS:
36
+ void toggleVisibility ();
37
+ void closeClicked ();
38
+
38
39
protected:
39
40
bool eventFilter (QObject * obj, QEvent * ev) override ;
40
41
bool event (QEvent* ev) override ;
You can’t perform that action at this time.
0 commit comments