mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Dive site: remove LocationInformation::nameChanged signal
This signal was used by the old filter and the last user
was removed in e0f473fcb4
.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
b5daa8a3d8
commit
08d789b933
2 changed files with 0 additions and 2 deletions
|
@ -182,7 +182,6 @@ void LocationInformationWidget::acceptChanges()
|
|||
char *uiString;
|
||||
uiString = copy_qstring(ui.diveSiteName->text());
|
||||
if (!same_string(uiString, diveSite->name)) {
|
||||
emit nameChanged(QString(diveSite->name), ui.diveSiteName->text());
|
||||
free(diveSite->name);
|
||||
diveSite->name = uiString;
|
||||
} else {
|
||||
|
|
|
@ -42,7 +42,6 @@ private slots:
|
|||
void diveSiteChanged(struct dive_site *ds, int field);
|
||||
signals:
|
||||
void endEditDiveSite();
|
||||
void nameChanged(const QString &oldName, const QString &newName);
|
||||
|
||||
private:
|
||||
void clearLabels();
|
||||
|
|
Loading…
Reference in a new issue