Remove clipboardChanged connect in scanpopup.cc blindly

This commit is contained in:
shenleban tongying 2022-11-20 00:02:12 -05:00
parent e0c193bcb6
commit 4dc040f11c

View file

@ -278,11 +278,6 @@ ScanPopup::ScanPopup( QWidget * parent,
connect( definition, SIGNAL( titleChanged( ArticleView *, QString const & ) ),
this, SLOT( titleChanged( ArticleView *, QString const & ) ) );
connect( QApplication::clipboard(),
SIGNAL( changed( QClipboard::Mode ) ),
this,
SLOT( clipboardChanged( QClipboard::Mode ) ) );
#ifdef Q_OS_MAC
connect( &MouseOver::instance(), SIGNAL( hovered( QString const &, bool ) ),
this, SLOT( mouseHovered( QString const &, bool ) ) );