mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Merge pull request #881 from shenlebantongying/macOS_slot
fix: macOS missing slot warning
This commit is contained in:
commit
a0d8c50a52
|
@ -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