Changeset 120 for trunk/src/gui/kernel/qwidget_p.h
- Timestamp:
- Aug 18, 2009, 4:30:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_p.h
r114 r120 157 157 HWND fId; 158 158 HSWITCH swEntry; 159 159 160 #endif 160 161 QRect normalGeometry; // used by showMin/maximized/FullScreen … … 636 637 #ifdef Q_WS_PM 637 638 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 639 #endif 643 640
Note:
See TracChangeset
for help on using the changeset viewer.