diff options
Diffstat (limited to 'src/findbar.h')
-rw-r--r-- | src/findbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/findbar.h b/src/findbar.h index 38bbcbc5..974d6137 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -55,9 +55,9 @@ public: void notifyMatch(bool match); bool highlightAllState() const; + void setVisible(bool visible); + public slots: - void show(); - void hide(); void toggleVisibility(); signals: |