@@ -214,7 +214,6 @@ QgsIdentifyResultsWebViewItem::QgsIdentifyResultsWebViewItem( QTreeWidget *treeW
214214
215215void QgsIdentifyResultsWebViewItem::loadFinished ( bool ok )
216216{
217- QgsDebugMsg ( " Entered" );
218217 Q_UNUSED ( ok );
219218
220219 mWebView ->show ();
@@ -920,7 +919,6 @@ void QgsIdentifyResultsDialog::itemClicked( QTreeWidgetItem *item, int column )
920919
921920void QgsIdentifyResultsDialog::contextMenuEvent ( QContextMenuEvent* event )
922921{
923- QgsDebugMsg ( " Entered" );
924922
925923 // only handle context menu event if showing tree widget
926924 if ( stackedWidget->currentIndex () != 0 )
@@ -1070,7 +1068,6 @@ void QgsIdentifyResultsDialog::expandColumnsToFit()
10701068
10711069void QgsIdentifyResultsDialog::clear ()
10721070{
1073- QgsDebugMsg ( " Entered" );
10741071 for ( int i = 0 ; i < lstResults->topLevelItemCount (); i++ )
10751072 {
10761073 disconnectLayer ( lstResults->topLevelItem ( i )->data ( 0 , Qt::UserRole ).value <QObject *>() );
@@ -1672,7 +1669,6 @@ void QgsIdentifyResultsDialog::copyAttributeValue()
16721669
16731670void QgsIdentifyResultsDialog::copyFeatureAttributes ()
16741671{
1675- QgsDebugMsg ( " Entered" );
16761672 QClipboard *clipboard = QApplication::clipboard ();
16771673 QString text;
16781674
@@ -1782,7 +1778,6 @@ void QgsIdentifyResultsDialog::on_mActionCopy_triggered( bool checked )
17821778
17831779void QgsIdentifyResultsDialog::copyFeature ()
17841780{
1785- QgsDebugMsg ( " Entered" );
17861781
17871782 QgsIdentifyResultsFeatureItem *item = dynamic_cast <QgsIdentifyResultsFeatureItem *>( featureItem ( lstResults->selectedItems ().value ( 0 ) ) );
17881783
@@ -1799,7 +1794,6 @@ void QgsIdentifyResultsDialog::copyFeature()
17991794
18001795void QgsIdentifyResultsDialog::toggleFeatureSelection ()
18011796{
1802- QgsDebugMsg ( " Entered" );
18031797
18041798 QgsIdentifyResultsFeatureItem *item = dynamic_cast <QgsIdentifyResultsFeatureItem *>( featureItem ( lstResults->selectedItems ().value ( 0 ) ) );
18051799
@@ -1821,7 +1815,6 @@ void QgsIdentifyResultsDialog::toggleFeatureSelection()
18211815
18221816void QgsIdentifyResultsDialog::formatChanged ( int index )
18231817{
1824- QgsDebugMsg ( " Entered" );
18251818 QComboBox *combo = qobject_cast<QComboBox*>( sender () );
18261819 if ( !combo )
18271820 {
0 commit comments