Remove obsolete slots
The .ui components were removed in commit 0c7a575f7b3b ("Rework on the
Equipment tab to make it look more Modern.") but the "automagic" slots
were still here.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d273694954
commit
8d359f8e57
@ -292,27 +292,11 @@ void MainTab::addCylinder_clicked()
|
||||
cylindersModel->add();
|
||||
}
|
||||
|
||||
void MainTab::on_editCylinder_clicked()
|
||||
{
|
||||
}
|
||||
|
||||
void MainTab::on_delCylinder_clicked()
|
||||
{
|
||||
}
|
||||
|
||||
void MainTab::addWeight_clicked()
|
||||
{
|
||||
weightModel->add();
|
||||
}
|
||||
|
||||
void MainTab::on_editWeight_clicked()
|
||||
{
|
||||
}
|
||||
|
||||
void MainTab::on_delWeight_clicked()
|
||||
{
|
||||
}
|
||||
|
||||
void MainTab::reload()
|
||||
{
|
||||
}
|
||||
|
||||
@ -43,11 +43,7 @@ public:
|
||||
|
||||
public Q_SLOTS:
|
||||
void addCylinder_clicked();
|
||||
void on_editCylinder_clicked();
|
||||
void on_delCylinder_clicked();
|
||||
void addWeight_clicked();
|
||||
void on_editWeight_clicked();
|
||||
void on_delWeight_clicked();
|
||||
void updateDiveInfo(int dive);
|
||||
void on_editAccept_clicked(bool edit);
|
||||
void on_editReset_clicked();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user