diff options
Diffstat (limited to 'common/definitions.h')
-rw-r--r-- | common/definitions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/definitions.h b/common/definitions.h index 7ef215b..ce424eb 100644 --- a/common/definitions.h +++ b/common/definitions.h | |||
@@ -30,6 +30,7 @@ QString SINK_EXPORT dataLocation(); | |||
30 | QString SINK_EXPORT configLocation(); | 30 | QString SINK_EXPORT configLocation(); |
31 | QString SINK_EXPORT temporaryFileLocation(); | 31 | QString SINK_EXPORT temporaryFileLocation(); |
32 | QString SINK_EXPORT resourceStorageLocation(const QByteArray &resourceInstanceIdentifier); | 32 | QString SINK_EXPORT resourceStorageLocation(const QByteArray &resourceInstanceIdentifier); |
33 | qint64 SINK_EXPORT latestDatabaseVersion(); | ||
33 | 34 | ||
34 | /** | 35 | /** |
35 | * Clear the location cache and lookup locations again. | 36 | * Clear the location cache and lookup locations again. |