total reorganization: all but the main is now in the browserlib

This commit is contained in:
Marc Wäckerlin
2015-10-19 08:05:58 +00:00
parent 3093bedf3f
commit 0117916b4b
106 changed files with 286 additions and 92 deletions

View File

@@ -20,5 +20,5 @@ class TestFileWatch: public QObject {
qDebug()<<"File has changed: "<<_storage.read().join("; ");
}
private:
FileStorage _storage;
qbrowserlib::FileStorage _storage;
};