diff options
author | Werner Schweer <ws.seh.de> | 2006-12-01 13:54:42 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2006-12-01 13:54:42 +0000 |
commit | c268c615297cfc4f8861e4aba2870353a459547d (patch) | |
tree | 26af186af80db2c24d94bd871a898b2e3a2417f8 | |
parent | e1051348487a7d692b75a0cf406dc242c8598e55 (diff) |
updates
-rw-r--r-- | muse/muse/ctrl/CMakeLists.txt | 3 | ||||
-rw-r--r-- | muse/muse/ctrl/ctrleditor.cpp | 1 | ||||
-rw-r--r-- | muse/muse/ctrl/ctrleditor.h | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/muse/muse/ctrl/CMakeLists.txt b/muse/muse/ctrl/CMakeLists.txt index d71bbede..17f3f2b9 100644 --- a/muse/muse/ctrl/CMakeLists.txt +++ b/muse/muse/ctrl/CMakeLists.txt @@ -20,8 +20,8 @@ QT4_WRAP_CPP (ctrl_mocs configmidictrl.h - ctrleditor.h ctrldialog.h + ctrledit.h ) QT4_WRAP_UI (ctrl_ui_headers configmidictrl.ui @@ -35,6 +35,7 @@ add_library ( ctrl STATIC ctrleditor.cpp configmidictrl.h ctrleditor.h + ctrledit.cpp ${ctrl_mocs} ${ctrl_ui_headers} ) diff --git a/muse/muse/ctrl/ctrleditor.cpp b/muse/muse/ctrl/ctrleditor.cpp index 624e38e7..1db70375 100644 --- a/muse/muse/ctrl/ctrleditor.cpp +++ b/muse/muse/ctrl/ctrleditor.cpp @@ -482,3 +482,4 @@ void CtrlEditor::mouseMove(const QPoint& pos) } tc()->widget()->update(); } + diff --git a/muse/muse/ctrl/ctrleditor.h b/muse/muse/ctrl/ctrleditor.h index 1779631d..ecec5e1d 100644 --- a/muse/muse/ctrl/ctrleditor.h +++ b/muse/muse/ctrl/ctrleditor.h @@ -67,6 +67,7 @@ class CtrlEditor { void mouseMove(const QPoint& pos); }; + extern Ctrl veloList; extern Ctrl sveloList; #endif |