mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
fix: macOS missing slot warning
This commit is contained in:
parent
1185e8896f
commit
ffe88499bb
|
@ -243,9 +243,9 @@ ScanPopup::ScanPopup( QWidget * parent,
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
connect( &MouseOver::instance(),
|
connect( &MouseOver::instance(),
|
||||||
SIGNAL( hovered( QString const &, bool ) ),
|
&MouseOver::hovered,
|
||||||
this,
|
this,
|
||||||
SLOT( handleInputWord( QString const &, bool ) ) );
|
&ScanPopup::handleInputWord);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
hideTimer.setSingleShot( true );
|
hideTimer.setSingleShot( true );
|
||||||
|
|
Loading…
Reference in a new issue