Skip to content

Commit

Permalink
Fix wrong indentation detected by Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Jul 20, 2017
1 parent 5ba0cb7 commit 63a2b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsdatasourcemanagerdialog.h
Expand Up @@ -79,7 +79,7 @@ class GUI_EXPORT QgsDataSourceManagerDialog : public QgsOptionsDialogBase, priva
void refresh();

protected:
virtual void showEvent( QShowEvent *event ) override;
virtual void showEvent( QShowEvent *event ) override;

signals:
//! Emitted when a raster layer was selected for addition: for signal forwarding to QgisApp
Expand Down

0 comments on commit 63a2b74

Please sign in to comment.