Skip to content

Commit f283040

Browse files
etienneskyNathanW2
authored andcommitted
fix rebase errors
1 parent fe2435c commit f283040

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/qgsidentifyresultsdialog.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ QgsIdentifyResultsDialog::QgsIdentifyResultsDialog( QgsMapCanvas *canvas, QWidge
311311
mPlot->setSizePolicy( sizePolicy );
312312
mPlot->updateGeometry();
313313

314-
connect( buttonBox, SIGNAL( rejected() ), this, SLOT( close() ) );
315-
316314
connect( lstResults, SIGNAL( itemExpanded( QTreeWidgetItem* ) ),
317315
this, SLOT( itemExpanded( QTreeWidgetItem* ) ) );
318316

@@ -653,6 +651,7 @@ QgsIdentifyPlotCurve::~QgsIdentifyPlotCurve()
653651
delete mPlotCurve;
654652
}
655653
}
654+
#endif
656655

657656
void QgsIdentifyResultsDialog::addFeature( QgsRasterLayer *layer,
658657
QString label,
@@ -1030,7 +1029,6 @@ void QgsIdentifyResultsDialog::contextMenuEvent( QContextMenuEvent* event )
10301029
void QgsIdentifyResultsDialog::saveWindowLocation()
10311030
{
10321031
QSettings settings;
1033-
settings.setValue( "/Windows/Identify/geometry", saveGeometry() );
10341032
// first column width
10351033
settings.setValue( "/Windows/Identify/columnWidth", lstResults->columnWidth( 0 ) );
10361034
settings.setValue( "/Windows/Identify/columnWidthTable", tblResults->columnWidth( 0 ) );

src/app/qgsidentifyresultsdialog.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ class APP_EXPORT QgsIdentifyResultsDialog: public QDialog, private Ui::QgsIdenti
231231
void layerProperties( QTreeWidgetItem *object );
232232
void disconnectLayer( QObject *object );
233233

234+
void saveWindowLocation();
235+
234236
void setColumnText( int column, const QString & label );
235237
void expandColumnsToFit();
236238

0 commit comments

Comments
 (0)