mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Fix mac build
This commit is contained in:
parent
b593511df8
commit
6c46c4644c
@ -418,7 +418,7 @@ void QgsGeometryCheckerResultTab::highlightErrors( bool current )
|
|||||||
mIface->mapCanvas()->refresh();
|
mIface->mapCanvas()->refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QgsGeometryCheckerResultTab::onSelectionChanged()
|
void QgsGeometryCheckerResultTab::onSelectionChanged( const QItemSelection &, const QItemSelection & )
|
||||||
{
|
{
|
||||||
highlightErrors();
|
highlightErrors();
|
||||||
ui.pushButtonOpenAttributeTable->setEnabled( ui.tableWidgetErrors->selectionModel()->hasSelection() );
|
ui.pushButtonOpenAttributeTable->setEnabled( ui.tableWidgetErrors->selectionModel()->hasSelection() );
|
||||||
|
@ -63,7 +63,7 @@ class QgsGeometryCheckerResultTab : public QWidget
|
|||||||
void exportErrors();
|
void exportErrors();
|
||||||
void highlightError( QgsGeometryCheckError *error );
|
void highlightError( QgsGeometryCheckError *error );
|
||||||
void highlightErrors( bool current = false );
|
void highlightErrors( bool current = false );
|
||||||
void onSelectionChanged();
|
void onSelectionChanged( const QItemSelection &, const QItemSelection & );
|
||||||
void openAttributeTable();
|
void openAttributeTable();
|
||||||
void fixErrorsWithDefault() { fixErrors( false ); }
|
void fixErrorsWithDefault() { fixErrors( false ); }
|
||||||
void fixErrorsWithPrompt() { fixErrors( true ); }
|
void fixErrorsWithPrompt() { fixErrors( true ); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user