mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
Remove unused declaration showFindButtons()
c2cdf9b177
declared this member function
but it was never defined.
This commit is contained in:
parent
f810c6bd72
commit
9f5788ee11
|
@ -62,7 +62,6 @@ class ArticleView: public QFrame
|
||||||
|
|
||||||
void highlightFTSResults();
|
void highlightFTSResults();
|
||||||
void performFtsFindOperation( bool backwards );
|
void performFtsFindOperation( bool backwards );
|
||||||
void showFindButtons();
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// The popupView flag influences contents of the context menus to be
|
/// The popupView flag influences contents of the context menus to be
|
||||||
|
|
Loading…
Reference in a new issue