~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to qt/chardict/chardict-chargridview.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-07-06 22:17:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706221724-6sobw1fcsxj647hp
Tags: 1:1.1.0-1.2
* Non-maintainer upload.
* Added -Wno-cast-align to CFLAGS, as per the RM's recommendations:

  < vorlon> Sesse: -Wno-cast-align and to hell with it :P

  Really fixes FTBFS. (Really Closes: #375081)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
Copyright (c) 2003,2004,2005 uim Project http://uim.freedesktop.org/
 
3
Copyright (c) 2003-2006 uim Project http://uim.freedesktop.org/
4
4
 
5
5
All rights reserved.
6
6
 
137
137
    return QSize( numCols() * cellWidth(), numRows() * cellHeight() );
138
138
}
139
139
 
140
 
void CharGridView::resizeEvent( QResizeEvent * e )
 
140
void CharGridView::resizeEvent( QResizeEvent * /* e */ )
141
141
{
142
142
    updateCharGridView();
143
143
}