Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix wrong indentation detected by Travis
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/gui/qgsdatasourcemanagerdialog.h
|
@@ -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 |
|
|