Changeset 3af6cdb2886dbae6203dce54e8a292dd112af921
- Timestamp:
- 06/24/08 08:27:22
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214288842 -0700
- git-parent:
[268ae7b98abba5ed899879988293964d7d6d7e0a]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214288842 -0700
- Message:
Renumber event number in order to debug better.
This doesn't change any functionnality.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rec725cd |
r3af6cdb |
|
| 43 | 43 | static int const ItemRateChanged_Type = QEvent::User + IMEventType + 5; |
|---|
| 44 | 44 | static int const VolumeChanged_Type = QEvent::User + IMEventType + 6; |
|---|
| 45 | | static int const FullscreenControlShow_Type = QEvent::User + IMEventType + 7; |
|---|
| 46 | | static int const FullscreenControlHide_Type = QEvent::User + IMEventType + 8; |
|---|
| 47 | | static int const FullscreenControlPlanHide_Type = QEvent::User + IMEventType + 9; |
|---|
| 48 | | static int const ItemSpuChanged_Type = QEvent::User + IMEventType + 10; |
|---|
| | 45 | static int const ItemSpuChanged_Type = QEvent::User + IMEventType + 7; |
|---|
| | 46 | |
|---|
| | 47 | static int const FullscreenControlShow_Type = QEvent::User + IMEventType + 10; |
|---|
| | 48 | static int const FullscreenControlHide_Type = QEvent::User + IMEventType + 11; |
|---|
| | 49 | static int const FullscreenControlPlanHide_Type = QEvent::User + IMEventType + 12; |
|---|
| 49 | 50 | |
|---|
| 50 | 51 | class IMEvent : public QEvent |
|---|