mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
debug: try to capture changes that don't invalidate git cache
At least in those cases where we are sending a divesChanged signal we can easily check if the cache was properly invalidated. Of course this won't help in cases where we don't notify the dive list about changes, either. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
45d37fd51b
commit
7d9e907681
5 changed files with 34 additions and 3 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#include "core/applicationstate.h"
|
||||
#include "core/gpslocation.h"
|
||||
#include "core/dive.h"
|
||||
#include "core/subsurface-qt/divelistnotifier.h"
|
||||
|
||||
#define NUM_RECENT_FILES 4
|
||||
|
||||
|
|
@ -252,6 +253,7 @@ private:
|
|||
GpsLocation *locationProvider;
|
||||
QMenu *connections;
|
||||
QAction *share_on_fb;
|
||||
void divesChanged(const QVector<dive *> &dives, DiveField field);
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue