mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Undo: remove MainTab::*TaggedStrings() functions
Moving the tagged-string edit functions into the undo-system made the MainTab::saveTaggedStrings() and MainTab::diffTaggedStrings() functions unnecessary. Remove them. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
464721b2ec
commit
53b4d84a6e
2 changed files with 0 additions and 73 deletions
|
|
@ -119,8 +119,6 @@ private:
|
|||
int lastTabSelectedDiveTrip;
|
||||
void resetPallete();
|
||||
void copyTagsToDisplayedDive();
|
||||
void saveTaggedStrings(const QVector<dive *> &selectedDives);
|
||||
int diffTaggedStrings(QString currentString, QString displayedString, QStringList &addedList, QStringList &removedList);
|
||||
void markChangedWidget(QWidget *w);
|
||||
dive_trip_t *currentTrip;
|
||||
dive_trip_t displayedTrip;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue