mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
refs #314, fixed missing virtual keyword and Doxygen comment
This commit is contained in:
@@ -123,7 +123,7 @@ namespace BlackSim
|
||||
//! Register the metatypes
|
||||
static void registerMetadata();
|
||||
|
||||
//! Members
|
||||
//! JSON member names
|
||||
static const QStringList &jsonMembers();
|
||||
|
||||
protected:
|
||||
|
||||
@@ -215,7 +215,7 @@ namespace BlackSim
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
|
||||
//! Members
|
||||
//! JSON member names
|
||||
static const QStringList &jsonMembers();
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user