mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make lastUsedImageDir static to prevent a crash
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a814a5c904
commit
226b55893d
2 changed files with 2 additions and 3 deletions
|
@ -52,7 +52,7 @@ public slots:
|
|||
void shiftTimes();
|
||||
void loadImages();
|
||||
void uploadToDivelogsDE();
|
||||
QString lastUsedImageDir();
|
||||
static QString lastUsedImageDir();
|
||||
|
||||
signals:
|
||||
void currentDiveChanged(int divenr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue