Skip to content

Commit 6908f82

Browse files
committed
completely remove whatsthis and tooltips definitions
1 parent 6fc5d6a commit 6908f82

5 files changed

+0
-30
lines changed

src/customwidgets/qgscollapsiblegroupboxplugin.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ QString QgsCollapsibleGroupBoxPlugin::domXml() const
9191
" <height>100</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
94-
" <property name=\"toolTip\" >\n"
95-
" <string></string>\n"
96-
" </property>\n"
97-
" <property name=\"whatsThis\" >\n"
98-
" <string></string>\n"
99-
" </property>\n"
10094
" </widget>\n"
10195
"</ui>\n" )
10296
.arg( name() );

src/customwidgets/qgsfieldcomboboxplugin.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ QString QgsFieldComboBoxPlugin::domXml() const
9191
" <height>27</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
94-
" <property name=\"toolTip\" >\n"
95-
" <string></string>\n"
96-
" </property>\n"
97-
" <property name=\"whatsThis\" >\n"
98-
" <string></string>\n"
99-
" </property>\n"
10094
" </widget>\n"
10195
"</ui>\n" )
10296
.arg( name() );

src/customwidgets/qgsfieldexpressionwidgetplugin.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ QString QgsFieldExpressionWidgetPlugin::domXml() const
9191
" <height>27</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
94-
" <property name=\"toolTip\" >\n"
95-
" <string></string>\n"
96-
" </property>\n"
97-
" <property name=\"whatsThis\" >\n"
98-
" <string></string>\n"
99-
" </property>\n"
10094
" </widget>\n"
10195
"</ui>\n" )
10296
.arg( name() );

src/customwidgets/qgsmaplayercomboboxplugin.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ QString QgsMapLayerComboBoxPlugin::domXml() const
9191
" <height>27</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
94-
" <property name=\"toolTip\" >\n"
95-
" <string></string>\n"
96-
" </property>\n"
97-
" <property name=\"whatsThis\" >\n"
98-
" <string></string>\n"
99-
" </property>\n"
10094
" </widget>\n"
10195
"</ui>\n" )
10296
.arg( name() );

src/customwidgets/qgsscalerangewidgetplugin.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ QString QgsScaleRangeWidgetPlugin::domXml() const
9191
" <height>100</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
94-
" <property name=\"toolTip\" >\n"
95-
" <string></string>\n"
96-
" </property>\n"
97-
" <property name=\"whatsThis\" >\n"
98-
" <string></string>\n"
99-
" </property>\n"
10094
" </widget>\n"
10195
"</ui>\n" )
10296
.arg( name() );

0 commit comments

Comments
 (0)