Ignore:
Timestamp:
Aug 14, 2009, 5:13:16 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Paint event translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget.cpp

    r95 r112  
    184184        ,isScrolled(0)
    185185        ,isMoved(0)
    186 #ifdef Q_WS_WIN
     186#if
    187187        ,noPaintOnScreen(0)
    188188#endif
     
    96759675               "QWidgetPrivate::high_attributes[] too small to contain all attributes in WidgetAttribute");
    96769676
    9677 #ifdef Q_WS_WIN
     9677#if
    96789678    if (attribute == Qt::WA_PaintOnScreen && on) {
    9679         // see qwidget_win.cpp, ::paintEngine for details
     9679        // see qwidget_.cpp, ::paintEngine for details
    96809680        paintEngine();
    96819681        if (d->noPaintOnScreen)
Note: See TracChangeset for help on using the changeset viewer.