Skip to content
Snippets Groups Projects
Commit 4d4ea0a4 authored by Arnaud Billon's avatar Arnaud Billon :speech_balloon:
Browse files

[refactor] Remove Empty Debugging menu

parent 66933d28
No related branches found
No related tags found
No related merge requests found
...@@ -79,11 +79,6 @@ ...@@ -79,11 +79,6 @@
<property name="title"> <property name="title">
<string>Tools</string> <string>Tools</string>
</property> </property>
<widget class="QMenu" name="menuDebugging">
<property name="title">
<string>Debugging</string>
</property>
</widget>
<addaction name="actionSpreadsheet"/> <addaction name="actionSpreadsheet"/>
<addaction name="actionMeasurement_Grid"/> <addaction name="actionMeasurement_Grid"/>
<addaction name="actionShowRPM"/> <addaction name="actionShowRPM"/>
...@@ -97,7 +92,6 @@ ...@@ -97,7 +92,6 @@
<addaction name="actionPython_Console"/> <addaction name="actionPython_Console"/>
<addaction name="actionShowErrorDialog"/> <addaction name="actionShowErrorDialog"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="menuDebugging"/>
<addaction name="separator"/> <addaction name="separator"/>
</widget> </widget>
<widget class="QMenu" name="menuHelp"> <widget class="QMenu" name="menuHelp">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment