Changeset 256

Show
Ignore:
Timestamp:
02/09/06 23:09:23 (3 years ago)
Author:
edmanm
Message:

Clean up another compiler warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/bwgraph/graphframe.cpp

    r236 r256  
    2222 ****************************************************************/ 
    2323 
     24#include <QtGlobal> 
     25 
    2426#include "graphframe.h" 
    2527 
     
    126128GraphFrame::paintEvent(QPaintEvent *event) 
    127129{ 
     130  Q_UNUSED(event); 
     131 
    128132  QPainter* painter = new QPainter(this); 
    129133