fix: macOS missing slot warning

This commit is contained in:
shenleban tongying 2023-06-19 20:17:58 -04:00
parent 1185e8896f
commit ffe88499bb

View file

@ -243,9 +243,9 @@ ScanPopup::ScanPopup( QWidget * parent,
#ifdef Q_OS_MAC
connect( &MouseOver::instance(),
SIGNAL( hovered( QString const &, bool ) ),
&MouseOver::hovered,
this,
SLOT( handleInputWord( QString const &, bool ) ) );
&ScanPopup::handleInputWord);
#endif
hideTimer.setSingleShot( true );