Changeset 114 for trunk/src/gui/kernel/qwidget_p.h
- Timestamp:
- Aug 14, 2009, 11:20:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_p.h
r112 r114 633 633 634 634 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 635 644 QSizePolicy size_policy; 636 645 QLocale locale;
Note:
See TracChangeset
for help on using the changeset viewer.