Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2017
1 parent dcc6725 commit 58d7176
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/gui/auth/qgsauthsettingswidget.cpp
Expand Up @@ -111,6 +111,7 @@ const QString QgsAuthSettingsWidget::formattedWarning( WarningType warning )
case UserSettings:
return out.arg( tr( "user settings" ) );
}
return QString(); // no build warnings
}

const QString QgsAuthSettingsWidget::configId() const
Expand Down
1 change: 0 additions & 1 deletion src/ui/qgsdb2newconnectionbase.ui
Expand Up @@ -16,7 +16,6 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QgsMessageBar" name="bar" native="true">
<zorder>groupBox</zorder>
</widget>
</item>
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsnewhttpconnectionbase.ui
Expand Up @@ -193,7 +193,7 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
Expand Down

0 comments on commit 58d7176

Please sign in to comment.