mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Disable the noisy unfinished popup window.
This commit is contained in:
parent
c05781368b
commit
eb3cb3656d
|
@ -14,8 +14,10 @@ ScanPopup::ScanPopup( QWidget * parent,
|
|||
|
||||
ui.definition->page()->setNetworkAccessManager( &articleNetMgr );
|
||||
|
||||
#if 0 // Since this is unconditional this bugs a lot
|
||||
connect( QApplication::clipboard(), SIGNAL( changed( QClipboard::Mode ) ),
|
||||
this, SLOT( clipboardChanged( QClipboard::Mode ) ) );
|
||||
#endif
|
||||
}
|
||||
|
||||
void ScanPopup::clipboardChanged( QClipboard::Mode m )
|
||||
|
|
Loading…
Reference in a new issue