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 #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 );