summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_handler.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-23 18:45:40 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-23 18:45:40 +0100
commitb49e3982502f5e483422960dc11be967d7c790f4 (patch)
treefb415a9d5441575bff45dbea3c8136b140c0ac10 /libs/ardour/ardour/export_handler.h
parent84bcf5981274ea0674f5702ef1f0570c2b57a0f2 (diff)
Visual tweaks to Soundcloud panel
Re-arrange the items in the Soundcloud panel into a more sensible order & arrangement, and add a (not-yet functional) tick-box to set the uploaded files to be downloadable.
Diffstat (limited to 'libs/ardour/ardour/export_handler.h')
-rw-r--r--libs/ardour/ardour/export_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/export_handler.h b/libs/ardour/ardour/export_handler.h
index 082ebbcc49..8336cea732 100644
--- a/libs/ardour/ardour/export_handler.h
+++ b/libs/ardour/ardour/export_handler.h
@@ -118,6 +118,7 @@ class LIBARDOUR_API ExportHandler : public ExportElementFactory, public sigc::tr
std::string soundcloud_password;
bool soundcloud_make_public;
bool soundcloud_open_page;
+ bool soundcloud_downloadable;
private: