UI: Add OBSPropertiesView::GetSettings

Allows the ability to get the current settings of a properties view
This commit is contained in:
jp9000 2015-02-03 20:54:21 -08:00
parent cb70a531b7
commit ac1651c7d3

View file

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