changed QPtrList to vlist

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@114 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-03-28 12:25:49 +00:00
parent 7534b09714
commit 2e56336056
9 changed files with 133 additions and 138 deletions

View File

@@ -2,6 +2,15 @@
* src/lib/sample_buffer.cpp:
corrected miscalculation of buffer size in resample
* nine_button_selector.cpp:
* nine_button_selector.h:
* string_container.cpp:
* string_container.h:
* vibed.cpp:
* vibed.h:
changed QPtrList variables to vlist type to make things more
Qt4 friendly
2006-03-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>