Changeset 651 for trunk/src/3rdparty/phonon/phonon/effectwidget.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/phonon/phonon/effectwidget.cpp
r561 r651 16 16 Lesser General Public License for more details. 17 17 18 You should have received a copy of the GNU Lesser General Public 18 You should have received a copy of the GNU Lesser General Public 19 19 License along with this library. If not, see <http://www.gnu.org/licenses/>. 20 20 … … 152 152 bool maxValueOk = false; 153 153 const int minValue = para.minimumValue().toInt(&minValueOk); 154 const int maxValue = para.m inimumValue().toInt(&maxValueOk);154 const int maxValue = para.maximumValue().toInt(&maxValueOk); 155 155 156 156 sb->setRange(minValueOk ? minValue : DEFAULT_MIN_INT, maxValueOk ? maxValue : DEFAULT_MAX_INT);
Note:
See TracChangeset
for help on using the changeset viewer.