Disable the noisy unfinished popup window.

This commit is contained in:
Konstantin Isakov 2009-01-29 01:17:59 +00:00
parent c05781368b
commit eb3cb3656d

View file

@ -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 )