Changeset c997e06cab6ec45e06664c2fe6447085b4aab187
- Timestamp:
- 06/25/08 03:45:42
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214358342 -0700
- git-parent:
[a10edeec0fbf5a5f6e3dabd03ca3af6e428fe08f]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214358342 -0700
- Message:
Code Cosmetics
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra10edee |
rc997e06 |
|
| 927 | 927 | |
|---|
| 928 | 928 | /* General connects */ |
|---|
| 929 | | connect( ui.deviceCombo, SIGNAL( activated( int ) ), |
|---|
| 930 | | stackedDevLayout, SLOT( setCurrentIndex( int ) ) ); |
|---|
| 931 | | connect( ui.deviceCombo, SIGNAL( activated( int ) ), |
|---|
| 932 | | stackedPropLayout, SLOT( setCurrentIndex( int ) ) ); |
|---|
| | 929 | CONNECT( ui.deviceCombo, activated( int ) , |
|---|
| | 930 | stackedDevLayout, setCurrentIndex( int ) ); |
|---|
| | 931 | CONNECT( ui.deviceCombo, activated( int ), |
|---|
| | 932 | stackedPropLayout, setCurrentIndex( int ) ); |
|---|
| 933 | 933 | CONNECT( ui.deviceCombo, activated( int ), this, updateMRL() ); |
|---|
| 934 | 934 | CONNECT( ui.deviceCombo, activated( int ), this, updateButtons() ); |
|---|