Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/phonon/phonon/effectwidget.cpp

    r561 r651  
    1616    Lesser General Public License for more details.
    1717
    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
    1919    License along with this library.  If not, see <http://www.gnu.org/licenses/>.
    2020
     
    152152                bool maxValueOk = false;
    153153                const int minValue = para.minimumValue().toInt(&minValueOk);
    154                 const int maxValue = para.minimumValue().toInt(&maxValueOk);
     154                const int maxValue = para.maximumValue().toInt(&maxValueOk);
    155155
    156156                sb->setRange(minValueOk ? minValue : DEFAULT_MIN_INT, maxValueOk ? maxValue : DEFAULT_MAX_INT);
Note: See TracChangeset for help on using the changeset viewer.