~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to muse/widgets/function_dialogs/move.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-07-18 16:07:06 UTC
  • mto: (10.1.11 sid) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: package-import@ubuntu.com-20120718160706-yc6332ishfcq7b7g
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        public:
48
48
                Move(QWidget* parent = 0);
49
49
 
50
 
                int range;
51
 
                int amount;
 
50
                static int range;
 
51
                static int amount;
52
52
                
53
 
                void read_configuration(MusECore::Xml& xml);
 
53
                static void read_configuration(MusECore::Xml& xml);
54
54
                void write_configuration(int level, MusECore::Xml& xml);
55
55
                
56
56