Changeset ac495caa3816336ac9a2cece655cd69aa149fcbc
- Timestamp:
- 24/08/08 08:30:51
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1219559451 -0700
- git-parent:
[afe3464a1c7c6f9d7640a3f5db17010c34212440]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1219559113 -0700
- Message:
Remove trailing sapce.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2329f4a |
rac495ca |
|
| 1008 | 1008 | bands[i]->setValue( (int)( ( f + 20 ) * 10 ) ); |
|---|
| 1009 | 1009 | |
|---|
| 1010 | | band_texts[i]->setText( band_frequencies[i] + "\n" |
|---|
| | 1010 | band_texts[i]->setText( band_frequencies[i] + "\n" |
|---|
| 1011 | 1011 | + QString("%1").arg( f, 5, 'f', 1 ) + "dB" ); |
|---|
| 1012 | 1012 | if( p == NULL || *p == '\0' ) |
|---|