Ignore:
Timestamp:
Nov 5, 2009, 11:28:10 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Suppressed warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/util/qsystemtrayicon.cpp

    r284 r290  
    554554    QSize sh = sizeHint();
    555555    const int border = 1;
    556     const int ah = 18, ao = 18, aw = 18, rc = 7;
     556    const int ah = 18, ao = 18;
     557#if !((defined(QT_NO_XSHAPE) && defined(Q_WS_X11)) || defined(Q_WS_PM))
     558    const int aw = 18, rc = 7;
     559#endif
    557560    bool arrowAtTop = (pos.y() + sh.height() + ah < scr.height());
    558561    bool arrowAtLeft = (pos.x() + sh.width() - ao < scr.width());
Note: See TracChangeset for help on using the changeset viewer.