From 4dc040f11c97496b37f1ef57f4fe49004cf39264 Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Sun, 20 Nov 2022 00:02:12 -0500 Subject: [PATCH] Remove clipboardChanged connect in scanpopup.cc blindly --- scanpopup.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scanpopup.cc b/scanpopup.cc index 57ce7ee9..b825032a 100644 --- a/scanpopup.cc +++ b/scanpopup.cc @@ -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 ) ) );