mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Remove unused menu "Filter"
The filter menu wasn't connected to anything other than a debug print. This removes that menu. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c43708bc8e
commit
64d7c5c042
3 changed files with 0 additions and 28 deletions
|
@ -645,16 +645,6 @@ void MainWindow::on_actionFullScreen_triggered(bool checked)
|
|||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_actionSelectEvents_triggered()
|
||||
{
|
||||
qDebug("actionSelectEvents");
|
||||
}
|
||||
|
||||
void MainWindow::on_actionInputPlan_triggered()
|
||||
{
|
||||
qDebug("actionInputPlan");
|
||||
}
|
||||
|
||||
void MainWindow::on_actionAboutSubsurface_triggered()
|
||||
{
|
||||
SubsurfaceAbout dlg(this);
|
||||
|
|
|
@ -115,8 +115,6 @@ slots:
|
|||
void on_actionFullScreen_triggered(bool checked);
|
||||
|
||||
/* other menu actions */
|
||||
void on_actionSelectEvents_triggered();
|
||||
void on_actionInputPlan_triggered();
|
||||
void on_actionAboutSubsurface_triggered();
|
||||
void on_actionUserManual_triggered();
|
||||
void on_actionDivePlanner_triggered();
|
||||
|
|
|
@ -716,12 +716,6 @@ p, li { white-space: pre-wrap; }
|
|||
<addaction name="separator"/>
|
||||
<addaction name="actionFullScreen"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuFilter">
|
||||
<property name="title">
|
||||
<string>Filter</string>
|
||||
</property>
|
||||
<addaction name="actionSelectEvents"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuHelp">
|
||||
<property name="title">
|
||||
<string>&Help</string>
|
||||
|
@ -932,16 +926,6 @@ p, li { white-space: pre-wrap; }
|
|||
<string>Right</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSelectEvents">
|
||||
<property name="text">
|
||||
<string>&Select events</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInputPlan">
|
||||
<property name="text">
|
||||
<string>Input Plan</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAboutSubsurface">
|
||||
<property name="text">
|
||||
<string>&About Subsurface</string>
|
||||
|
|
Loading…
Reference in a new issue