Updates the last scanned timestamp after successful scan.
[emufront] / src / db / dbfilepath.h
index 4d0f9d4..c1c745a 100644 (file)
@@ -31,6 +31,7 @@ public:
     virtual bool updateDataObjectToModel(const EmuFrontObject*);
     int insertDataObjectToModel(const EmuFrontObject*);
     bool deleteDataObjectFromModel(QModelIndex*);
+    bool setScanned(const EmuFrontObject *ob);
     enum { FilePath_Id = 0,
            FilePath_Name,
            FilePath_LastScanned,