Changeset 185 for trunk/src/gui
- Timestamp:
- Sep 16, 2009, 10:34:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r182 r185 742 742 int maxiter = 1024; 743 743 QWidget *popup; 744 while ( (popup=QApplication::activePopupWidget()) && maxiter--)744 while () 745 745 popup->close(); 746 746 } … … 947 947 if (widget->translateConfigEvent(qmsg)) 948 948 return (MRESULT)TRUE; 949 950 951 952 953 954 955 956 957 958 959 960 961 949 962 break; 950 963 } … … 2127 2140 2128 2141 default: 2142 2143 2144 2145 2146 2147 2129 2148 break; 2130 2149 }
Note:
See TracChangeset
for help on using the changeset viewer.