# HG changeset patch # User Chris Cannam # Date 1144835980 0 # Node ID 967193b6c7aa25abaf61b9f6343391989759974e # Parent fd348f36c0d35559f2c45ddbe9c74e94a5eddd61 * Add BZipFileDevice to handle bzip2 compress/uncompress without all that ugly code in MainWindow.cpp * Remove all that ugly code in MainWindow.cpp and replace with uses of BZipFileDevice * Fix layer import/export for SV XML layers * and a few other minor fixes diff -r fd348f36c0d3 -r 967193b6c7aa widgets/PluginParameterBox.cpp --- a/widgets/PluginParameterBox.cpp Mon Apr 10 17:22:59 2006 +0000 +++ b/widgets/PluginParameterBox.cpp Wed Apr 12 09:59:40 2006 +0000 @@ -29,6 +29,8 @@ #include #include +#include + PluginParameterBox::PluginParameterBox(Vamp::PluginBase *plugin, QWidget *parent) : QFrame(parent), m_plugin(plugin)