Mercurial > hg > svapp
diff framework/TransformUserConfigurator.h @ 395:ad168a6510f0
Make it possible to set the parent widget
author | Chris Cannam |
---|---|
date | Wed, 13 Aug 2014 16:42:03 +0100 |
parents | 0876ea394902 |
children | 167fe01d5631 |
line wrap: on
line diff
--- a/framework/TransformUserConfigurator.h Wed Aug 13 15:05:19 2014 +0100 +++ b/framework/TransformUserConfigurator.h Wed Aug 13 16:42:03 2014 +0100 @@ -33,6 +33,8 @@ QStringList candidateModelNames, QString defaultModelName); + static void setParentWidget(QWidget *); + private: bool getChannelRange(TransformId identifier, Vamp::PluginBase *plugin, int &min, int &max);