Skip to content

Commit 530a36d

Browse files
committed
Fix build error when using Qwt 6.1, followup to f283040
1 parent 7d535b4 commit 530a36d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/qgsidentifyresultsdialog.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ void QgsIdentifyResultsDialog::mapLayerActionDestroyed()
589589
}
590590
}
591591

592-
#if defined(QWT_VERSION) && QWT_VERSION<0x060000
593592
QgsIdentifyPlotCurve::QgsIdentifyPlotCurve( const QMap<QString, QString> &attributes,
594593
QwtPlot* plot, const QString &title, QColor color )
595594
{
@@ -651,7 +650,6 @@ QgsIdentifyPlotCurve::~QgsIdentifyPlotCurve()
651650
delete mPlotCurve;
652651
}
653652
}
654-
#endif
655653

656654
void QgsIdentifyResultsDialog::addFeature( QgsRasterLayer *layer,
657655
QString label,

0 commit comments

Comments
 (0)