mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #787, utility functions for shared files
* get file name from URL * service and file names in CDbInfo * adjusted DB flags, allow to load headers only * set of entity flags
This commit is contained in:
@@ -96,7 +96,10 @@ namespace BlackMisc
|
||||
static bool anySwiftDbEntity(Entity entities);
|
||||
|
||||
//! Get by name
|
||||
static CEntityFlags::Entity singleEntityByName(const QString &name);
|
||||
static Entity singleEntityByName(const QString &name);
|
||||
|
||||
//! As set of single entities
|
||||
static QSet<Entity> asSingleEntities(Entity entities);
|
||||
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
|
||||
Reference in New Issue
Block a user