Cleanup: remove unused function setCheckedActionFilterTags()
Last caller was removed in e0f473fcb49c8121a0a9c52bf0536049b0f342ed Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
75d7d7a83c
commit
41697f00e5
@ -1869,11 +1869,6 @@ void MainWindow::on_actionFilterTags_triggered()
|
||||
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)
|
||||
{
|
||||
applicationState[state] = WidgetForQuadrant(topLeft, topRight, bottomLeft, bottomRight);
|
||||
|
||||
@ -80,7 +80,6 @@ public:
|
||||
NotificationWidget *getNotificationWidget();
|
||||
void enableDisableCloudActions();
|
||||
void enableDisableOtherDCsActions();
|
||||
void setCheckedActionFilterTags(bool checked);
|
||||
void enterEditState();
|
||||
void exitEditState();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user