From ba18a0dd03be4c063d27deab4cd864a189ea705a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 00:08:40 -0600 Subject: Fix accidental conversion of dockwin --- doc/html/porting.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index dfb74c1..5d9d3c7 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -287,10 +287,10 @@ new code.
  • QDate::monthName( int month )
  • QDir::encodedEntryList( const QString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const
  • QDir::encodedEntryList( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const -
  • QDockWindow::isHorizontalStretchable() const -
  • QDockWindow::isVerticalStretchable() const -
  • QDockWindow::setHorizontalStretchable( bool b ) -
  • QDockWindow::setVerticalStretchable( bool b ) +
  • QDockWindow::isHorizontalStretchable() const +
  • QDockWindow::isVerticalStretchable() const +
  • QDockWindow::setHorizontalStretchable( bool b ) +
  • QDockWindow::setVerticalStretchable( bool b )
  • QFont::defaultFont()
  • QFont::setDefaultFont( const QFont & f )
  • QFont::setPixelSizeFloat( float pixelSize ) @@ -327,7 +327,7 @@ new code.
  • QListBoxItem::selected() const
  • QListView::removeItem( QListViewItem *item )
  • QListViewItem::removeItem( QListViewItem *item ) -
  • QMainWindow::addToolBar( QDockWindow *, Dock = DockTop, bool newLine = FALSE ) +
  • QMainWindow::addToolBar( QDockWindow *, Dock = DockTop, bool newLine = FALSE )
  • QMainWindow::addToolBar( QDockWindow *, const QString & label, Dock = DockTop, bool newLine = FALSE )
  • QMainWindow::lineUpToolBars( bool keepNewLines = FALSE )
  • QMainWindow::moveToolBar( QDockWindow *, Dock = DockTop ) -- cgit v1.2.3