mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove unused function setCheckedActionFilterTags()
Last caller was removed in e0f473fcb4
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
75d7d7a83c
commit
41697f00e5
2 changed files with 0 additions and 6 deletions
|
@ -1869,11 +1869,6 @@ void MainWindow::on_actionFilterTags_triggered()
|
||||||
setApplicationState(getCurrentAppState() == "FilterDive" ? "Default" : "FilterDive");
|
setApplicationState(getCurrentAppState() == "FilterDive" ? "Default" : "FilterDive");
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::setCheckedActionFilterTags(bool checked)
|
|
||||||
{
|
|
||||||
ui.actionFilterTags->setChecked(checked);
|
|
||||||
}
|
|
||||||
|
|
||||||
void MainWindow::registerApplicationState(const QByteArray& state, QWidget *topLeft, QWidget *topRight, QWidget *bottomLeft, QWidget *bottomRight)
|
void MainWindow::registerApplicationState(const QByteArray& state, QWidget *topLeft, QWidget *topRight, QWidget *bottomLeft, QWidget *bottomRight)
|
||||||
{
|
{
|
||||||
applicationState[state] = WidgetForQuadrant(topLeft, topRight, bottomLeft, bottomRight);
|
applicationState[state] = WidgetForQuadrant(topLeft, topRight, bottomLeft, bottomRight);
|
||||||
|
|
|
@ -80,7 +80,6 @@ public:
|
||||||
NotificationWidget *getNotificationWidget();
|
NotificationWidget *getNotificationWidget();
|
||||||
void enableDisableCloudActions();
|
void enableDisableCloudActions();
|
||||||
void enableDisableOtherDCsActions();
|
void enableDisableOtherDCsActions();
|
||||||
void setCheckedActionFilterTags(bool checked);
|
|
||||||
void enterEditState();
|
void enterEditState();
|
||||||
void exitEditState();
|
void exitEditState();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue