1
0
Fork 0
forked from blue/squawk

transitioned urlstorage to LMDBAL, made it possible to build against latest qxmpp

This commit is contained in:
Blue 2023-04-15 15:07:27 -03:00
parent 81cf0f8d34
commit 5fbb03fc46
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
10 changed files with 363 additions and 599 deletions

View file

@ -30,15 +30,11 @@
#include <set>
#include <core/storage/urlstorage.h>
#include <shared/pathcheck.h>
#include "urlstorage.h"
namespace Core {
/**
* @todo write docs
*/
//TODO Need to describe how to get rid of records when file is no longer reachable;
class NetworkAccess : public QObject
{