mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Formatting, tweaks
This commit is contained in:
@@ -108,6 +108,6 @@ namespace BlackCore
|
||||
IContextSimulator(CRuntimeConfig::ContextMode mode, CRuntime *runtime) : CContext(mode, runtime) {}
|
||||
};
|
||||
|
||||
} // namespace BlackCore
|
||||
} // namespace
|
||||
|
||||
#endif // guard
|
||||
|
||||
@@ -111,11 +111,7 @@ namespace BlackCore
|
||||
//! ISimulatorVirtual destructor
|
||||
virtual ~ISimulatorFactory() {}
|
||||
|
||||
/*!
|
||||
* ISimulatorCreate a new instance
|
||||
* \param parent
|
||||
* \return
|
||||
*/
|
||||
//! Create a new instance
|
||||
virtual ISimulator *create(QObject *parent = nullptr) = 0;
|
||||
|
||||
//! Simulator info
|
||||
|
||||
Reference in New Issue
Block a user