diff options
Diffstat (limited to 'common/definitions.cpp')
-rw-r--r-- | common/definitions.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/definitions.cpp b/common/definitions.cpp index ee18d52..1f4c0cf 100644 --- a/common/definitions.cpp +++ b/common/definitions.cpp | |||
@@ -86,3 +86,9 @@ QString Sink::resourceStorageLocation(const QByteArray &resourceInstanceIdentifi | |||
86 | { | 86 | { |
87 | return storageLocation() + "/" + resourceInstanceIdentifier + "/data"; | 87 | return storageLocation() + "/" + resourceInstanceIdentifier + "/data"; |
88 | } | 88 | } |
89 | |||
90 | |||
91 | qint64 Sink::latestDatabaseVersion() | ||
92 | { | ||
93 | return 0; | ||
94 | } | ||