diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-08 13:19:52 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-08 13:19:52 -0500 |
| commit | 37aa5e07f473e0377ef59d6e2f53f7373b11aecd (patch) | |
| tree | 6ceefc40dd166c5d88f3f4cccdfb6274d8e445ad /src/organizercore.h | |
| parent | e4bacba282d273754d1791000d24db52275ac7e2 (diff) | |
Add some basic checks for symlinks
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 4dd11831..99b1c5f2 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -183,6 +183,7 @@ public: void loginFailedUpdate(const QString &message);
static bool createAndMakeWritable(const QString &path);
+ bool checkPathSymlinks();
bool bootstrap();
void createDefaultProfile();
|
