~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to libs/plasma/widgets/signalplotter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-05-02 23:57:34 UTC
  • mfrom: (1.2.1 upstream) (20.1.22 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502235734-kwrykz4qcvunwqf4
Tags: 4:4.0.4-0ubuntu1~hardy1
* New upstream release (LP: #225994)
* Updated control file (LP: #220655)
* Updated install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
    return image;
517
517
}
518
518
 
 
519
void SignalPlotter::setGeometry(const QRectF &geometry)
 
520
{
 
521
    // First update our size, then update the data buffers accordingly.
 
522
    Widget::setGeometry(geometry);
 
523
    updateDataBuffers();
 
524
}
 
525
 
519
526
void SignalPlotter::paintWidget(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
520
527
{
521
528
    Q_UNUSED(option);