Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/widgets/qtabbar_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    7676    QTabBarPrivate()
    7777        :currentIndex(-1), pressedIndex(-1), shape(QTabBar::RoundedNorth), layoutDirty(false),
    78         drawBase(true), scrollOffset(0), useScrollButtonsSetByUser(false) , expanding(true), closeButtonOnTabs(false),
     78        drawBase(true), scrollOffset(0), , expanding(true), closeButtonOnTabs(false),
    7979        selectionBehaviorOnRemove(QTabBar::SelectRightTab), paintWithOffsets(true), movable(false),
    8080        dragInProgress(false), documentMode(false), movingTab(0)
     
    179179    void refresh();
    180180    void layoutTabs();
    181     void layoutWidgets(int index = -1);
     181    void layoutWidgets(int );
    182182    void layoutTab(int index);
    183183    void updateMacBorderMetrics();
     
    187187    QSize iconSize;
    188188    Qt::TextElideMode elideMode;
     189
    189190    bool useScrollButtons;
    190191    bool useScrollButtonsSetByUser;
Note: See TracChangeset for help on using the changeset viewer.