Skip to content

Commit 7e04036

Browse files
nirvnNathanW2
authored andcommitted
projection selector event fix
1 parent 6ddcae2 commit 7e04036

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/gui/qgsprojectionselector.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@ class GUI_EXPORT QgsProjectionSelector : public QWidget, private Ui::QgsProjecti
195195
//! Hide deprecated CRSes
196196
void hideDeprecated( QTreeWidgetItem *item );
197197

198-
//! Apply projection on double click
199-
void on_lstCoordinateSystems_itemDoubleClicked( QTreeWidgetItem *current, int column );
200-
void on_lstRecent_itemDoubleClicked( QTreeWidgetItem *current, int column );
201-
202198
private slots:
203199
//! get list of authorities
204200
QStringList authorities();
205201

202+
//! Apply projection on double click
203+
void on_lstCoordinateSystems_itemDoubleClicked( QTreeWidgetItem *current, int column );
204+
void on_lstRecent_itemDoubleClicked( QTreeWidgetItem *current, int column );
205+
206206
signals:
207207
void sridSelected( const QString& theSRID );
208208
//! Refresh any listening canvases

0 commit comments

Comments
 (0)