mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Mobile: visual indication for copy and paste operations
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
71a70a1a51
commit
b609b06b11
1 changed files with 3 additions and 0 deletions
|
@ -1337,6 +1337,8 @@ void QMLManager::copyDiveData(int id)
|
|||
what.tags = true;
|
||||
what.cylinders = true;
|
||||
what.weights = true;
|
||||
|
||||
setNotificationText("Copy");
|
||||
}
|
||||
|
||||
void QMLManager::pasteDiveData(int id)
|
||||
|
@ -1355,6 +1357,7 @@ void QMLManager::pasteDiveData(int id)
|
|||
invalidate_dive_cache(d);
|
||||
mark_divelist_changed(true);
|
||||
changesNeedSaving();
|
||||
setNotificationText("Paste");
|
||||
}
|
||||
|
||||
void QMLManager::cancelDownloadDC()
|
||||
|
|
Loading…
Reference in a new issue