summaryrefslogtreecommitdiff
path: root/library/applnk.h
Side-by-side diff
Diffstat (limited to 'library/applnk.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/applnk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/applnk.h b/library/applnk.h
index c6f92a3..18e20b6 100644
--- a/library/applnk.h
+++ b/library/applnk.h
@@ -60,2 +60,4 @@ public:
+ bool linkFileKnown() const { return !mLinkFile.isNull(); }
+
void execute() const;
@@ -98,2 +100,3 @@ protected:
bool ensureLinkExists() const;
+ void storeLink() const;
};