Skip to content

Commit 58d7176

Browse files
committed
Fix build warnings
1 parent dcc6725 commit 58d7176

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/gui/auth/qgsauthsettingswidget.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const QString QgsAuthSettingsWidget::formattedWarning( WarningType warning )
111111
case UserSettings:
112112
return out.arg( tr( "user settings" ) );
113113
}
114+
return QString(); // no build warnings
114115
}
115116

116117
const QString QgsAuthSettingsWidget::configId() const

src/ui/qgsdb2newconnectionbase.ui

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<layout class="QVBoxLayout" name="verticalLayout">
1717
<item>
1818
<widget class="QgsMessageBar" name="bar" native="true">
19-
<zorder>groupBox</zorder>
2019
</widget>
2120
</item>
2221
<item>

src/ui/qgsnewhttpconnectionbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<verstretch>0</verstretch>
194194
</sizepolicy>
195195
</property>
196-
<layout class="QGridLayout" name="gridLayout">
196+
<layout class="QGridLayout" name="gridLayout_5">
197197
<property name="leftMargin">
198198
<number>0</number>
199199
</property>

0 commit comments

Comments
 (0)