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

gui: Implemented QWidget::map[To|From]Global.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget_p.h

    r112 r114  
    633633
    634634    void setModal_sys();
     635
     636#ifdef Q_WS_PM
     637    void validateObstacles();
     638
     639    static QWidget *fromHWND(HWND hwnd);
     640    static QByteArray name(QWidget *w);
     641    inline static QByteArray name(HWND hwnd) { return name(fromHWND(hwnd)); }
     642#endif
     643
    635644    QSizePolicy size_policy;
    636645    QLocale locale;
Note: See TracChangeset for help on using the changeset viewer.