mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #697 BlackMisc settings renamed and reorganized.
This commit is contained in:
@@ -99,7 +99,7 @@ namespace BlackGui
|
||||
};
|
||||
|
||||
//! Trait for settings for navigator
|
||||
struct TNavigator : public BlackMisc::CSettingTrait<CNavigatorSettings>
|
||||
struct TNavigator : public BlackMisc::TSettingTrait<CNavigatorSettings>
|
||||
{
|
||||
//! Key in data cache
|
||||
static const char *key() { return "guinavigator"; }
|
||||
|
||||
Reference in New Issue
Block a user