|
@@ -78,7 +78,7 @@ public:
|
|
|
void setProperty(const QString& name, const QVariant& value);
|
|
|
|
|
|
/// Gets the last modification time from the server
|
|
|
- QDateTime lastModifiedTimeOnServer();
|
|
|
+ virtual QDateTime lastModifiedTimeOnServer();
|
|
|
|
|
|
/// Sets the last modfication time on the server
|
|
|
void setLastModifiedTime(const QDateTime& lastModifiedTime);
|