UI: Add OBSPropertiesView::GetSettings

Allows the ability to get the current settings of a properties view
master
jp9000 2015-02-03 20:54:21 -08:00
parent cb70a531b7
commit ac1651c7d3
1 changed files with 2 additions and 0 deletions

View File

@ -101,4 +101,6 @@ public:
OBSPropertiesView(OBSData settings, const char *type, OBSPropertiesView(OBSData settings, const char *type,
PropertiesReloadCallback reloadCallback, PropertiesReloadCallback reloadCallback,
int minSize = 0); int minSize = 0);
inline obs_data_t *GetSettings() const {return settings;}
}; };