diff options
author | Florian Jung <flo@windfisch.org> | 2011-06-02 20:00:56 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-06-02 20:00:56 +0000 |
commit | f1e4528216ba836bd827e74cdf9a3b328be91c83 (patch) | |
tree | 0a5ca610cd19cdb8521f904734da96ce879ef314 /muse2/ChangeLog | |
parent | 9187899632c14d64b3fae6477b7f941240f912a6 (diff) |
applied WillyFoobar's patch: moved all Q_OBJECT statements to
their appropriate place
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 1af47f28..98c03156 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -4,6 +4,8 @@ only single notes (flo93) - the functions now return as boolean, if they have triggered undo (flo93) + - applied another patch from WillyFoobar: moved Q_OBJECT + to the top of each class definition, where it belongs (flo93) 30.05.2011: - implemented cut,copy'n'paste and the "select foo" entries in the score editor (flo93) - added select_foo() functions to functions.cpp (flo93) |