Changeset 705 for trunk/src/gui


Ignore:
Timestamp:
Apr 26, 2010, 1:02:23 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Added QWidget::addPmEventFilter()/removPmEventFilter() (OS/2 specific).

Location:
trunk/src/gui/kernel
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r659 r705  
    941941            if (!qt_try_modal(widget, &qmsg, rc))
    942942                return rc;
     943
     944
     945
     946
     947
     948
     949
    943950        }
    944951
  • trunk/src/gui/kernel/qwidget.h

    r651 r705  
    604604    HPS getPS() const;
    605605    void releasePS(HPS) const;
     606
     607
     608
     609
     610
     611
    606612#else
    607613    Qt::HANDLE handle() const;
  • trunk/src/gui/kernel/qwidget_p.h

    r651 r705  
    277277    uint receiveNativePaintEvents : 1;
    278278
     279
     280
    279281#endif
    280282};
  • trunk/src/gui/kernel/qwidget_pm.cpp

    r693 r705  
    17781778}
    17791779
     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
    17801810void QWidgetPrivate::hide_sys()
    17811811{
Note: See TracChangeset for help on using the changeset viewer.