~ubuntu-branches/ubuntu/saucy/muse/saucy

« back to all changes in this revision

Viewing changes to muse/dialogs.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-31 10:21:39 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130131102139-3nzmsj7eoul58cp5
Tags: 2.1.1-1
* New upstream release.
* Refresh patches.
* Remove unnecessary debian/patches/0001-es_locale_fix.patch.
* Fix Vcs fields.
* Refresh debian/copyright.
* Elaborate public-domain licensed code.
* Fix doc-base control file.
* Bump debhelper requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
extern PasteDialog* paste_dialog;
59
59
extern PasteEventsDialog* paste_events_dialog;
60
60
 
61
 
void init_function_dialogs(QWidget* parent);
 
61
void init_function_dialogs();
 
62
void destroy_function_dialogs();
62
63
void retranslate_function_dialogs();
63
64
void read_function_dialog_config(MusECore::Xml& xml);
64
65
void write_function_dialog_config(int level, MusECore::Xml& xml);