mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refs #246 refactored construction of all remaining contexts into factory methods
This commit is contained in:
@@ -96,6 +96,9 @@ namespace BlackCore
|
||||
return s;
|
||||
}
|
||||
|
||||
//! Factory method
|
||||
static IContextSettings *create(CRuntime *parent, CRuntimeConfig::ContextMode mode, CDBusServer *server, QDBusConnection &conn);
|
||||
|
||||
//! Destructor
|
||||
virtual ~IContextSettings() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user