X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsoundcloud_export_selector.h;h=322bd94d1e47590a1b57e9a5b3588b6fbdb723b5;hb=5e41293f9e175fcb7f6564f65c13482c9916e003;hp=c05214a4897d051c042b4a0b7adffa66363f48f5;hpb=22b07e0233a29d9633ffa825a79503befaf2e16e;p=ardour.git diff --git a/gtk2_ardour/soundcloud_export_selector.h b/gtk2_ardour/soundcloud_export_selector.h index c05214a489..322bd94d1e 100644 --- a/gtk2_ardour/soundcloud_export_selector.h +++ b/gtk2_ardour/soundcloud_export_selector.h @@ -7,19 +7,22 @@ #define __soundcloud_export_selector_h__ #include -#include -#include #include #include #include #include #include -#include + +#include +#include +#include +#include #include +#include class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr { - public: +public: SoundcloudExportSelector (); int do_progress_callback (double ultotal, double ulnow, const std::string &filename); std::string username () { return soundcloud_username_entry.get_text (); } @@ -29,7 +32,7 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP bool downloadable () { return soundcloud_download_checkbox.get_active (); } void cancel () { soundcloud_cancel = true; } - private: +private: Gtk::Table sc_table; Gtk::Label soundcloud_username_label; Gtk::Entry soundcloud_username_entry;