refs #697 BlackMisc settings renamed and reorganized.

This commit is contained in:
Mathew Sutcliffe
2016-08-03 02:08:53 +01:00
parent e7c9d3b62f
commit 8275b0d9bf
28 changed files with 902 additions and 926 deletions

View File

@@ -143,7 +143,7 @@ namespace BlackGui
};
//! Trait for settings for dock widget
struct TDockWidgets : public BlackMisc::CSettingTrait<CDockWidgetsSettings>
struct TDockWidgets : public BlackMisc::TSettingTrait<CDockWidgetsSettings>
{
//! Key in data cache
static const char *key() { return "guidockwidget"; }