Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
completely remove whatsthis and tooltips definitions
  • Loading branch information
3nids committed May 12, 2014
1 parent 6fc5d6a commit 6908f82
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions src/customwidgets/qgscollapsiblegroupboxplugin.cpp
Expand Up @@ -91,12 +91,6 @@ QString QgsCollapsibleGroupBoxPlugin::domXml() const
" <height>100</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );
Expand Down
6 changes: 0 additions & 6 deletions src/customwidgets/qgsfieldcomboboxplugin.cpp
Expand Up @@ -91,12 +91,6 @@ QString QgsFieldComboBoxPlugin::domXml() const
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );
Expand Down
6 changes: 0 additions & 6 deletions src/customwidgets/qgsfieldexpressionwidgetplugin.cpp
Expand Up @@ -91,12 +91,6 @@ QString QgsFieldExpressionWidgetPlugin::domXml() const
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );
Expand Down
6 changes: 0 additions & 6 deletions src/customwidgets/qgsmaplayercomboboxplugin.cpp
Expand Up @@ -91,12 +91,6 @@ QString QgsMapLayerComboBoxPlugin::domXml() const
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );
Expand Down
6 changes: 0 additions & 6 deletions src/customwidgets/qgsscalerangewidgetplugin.cpp
Expand Up @@ -91,12 +91,6 @@ QString QgsScaleRangeWidgetPlugin::domXml() const
" <height>100</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );
Expand Down

0 comments on commit 6908f82

Please sign in to comment.