mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
As a follow up of review T111, changed "void static" to "static void" for consistency.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
addb008ffa
commit
3f924209f1
@@ -87,7 +87,7 @@ namespace BlackMisc
|
||||
void setPropertyByIndex(const BlackMisc::CPropertyIndex &index, const CVariant &variant);
|
||||
|
||||
//! Register metadata
|
||||
void static registerMetadata();
|
||||
static void registerMetadata();
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::String::toQString()
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
Reference in New Issue
Block a user