Changeset 705 for trunk/src/gui
- Timestamp:
- Apr 26, 2010, 1:02:23 AM (16 years ago)
- Location:
- trunk/src/gui/kernel
- Files:
-
- 4 edited
-
qapplication_pm.cpp (modified) (1 diff)
-
qwidget.h (modified) (1 diff)
-
qwidget_p.h (modified) (1 diff)
-
qwidget_pm.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r659 r705 941 941 if (!qt_try_modal(widget, &qmsg, rc)) 942 942 return rc; 943 944 945 946 947 948 949 943 950 } 944 951 -
trunk/src/gui/kernel/qwidget.h
r651 r705 604 604 HPS getPS() const; 605 605 void releasePS(HPS) const; 606 607 608 609 610 611 606 612 #else 607 613 Qt::HANDLE handle() const; -
trunk/src/gui/kernel/qwidget_p.h
r651 r705 277 277 uint receiveNativePaintEvents : 1; 278 278 279 280 279 281 #endif 280 282 }; -
trunk/src/gui/kernel/qwidget_pm.cpp
r693 r705 1778 1778 } 1779 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1780 1810 void QWidgetPrivate::hide_sys() 1781 1811 {
Note:
See TracChangeset
for help on using the changeset viewer.
