total reorganization: all but the main is now in the browserlib
This commit is contained in:
@@ -20,5 +20,5 @@ class TestFileWatch: public QObject {
|
||||
qDebug()<<"File has changed: "<<_storage.read().join("; ");
|
||||
}
|
||||
private:
|
||||
FileStorage _storage;
|
||||
qbrowserlib::FileStorage _storage;
|
||||
};
|
||||
|
Reference in New Issue
Block a user