- Timestamp:
- Nov 27, 2009, 1:15:54 AM (15 years ago)
- Location:
- trunk/src/gui/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget.cpp
r115 r352 10360 10360 } 10361 10361 #elif defined (Q_WS_PM) 10362 10363 10364 10365 10366 10367 10368 10369 10370 10371 10372 10373 10374 10375 10376 10377 10378 10379 10380 10381 10382 10383 10384 10385 10386 10387 10388 10389 10390 10391 10392 10393 10394 10395 10396 10397 10398 10399 10362 10400 /*! 10363 10401 Returns the window system handle of the widget, for low-level -
trunk/src/gui/kernel/qwidget.h
r115 r352 584 584 void releaseDC(HDC) const; 585 585 #elif defined(Q_WS_PM) 586 587 586 588 HPS getPS() const; 587 589 void releasePS(HPS) const;
Note:
See TracChangeset
for help on using the changeset viewer.