equal
deleted
inserted
replaced
2266 if (windowIcon().isNull()) |
2266 if (windowIcon().isNull()) |
2267 d->menuIcon = style()->standardIcon(QStyle::SP_TitleBarMenuButton, 0, this); |
2267 d->menuIcon = style()->standardIcon(QStyle::SP_TitleBarMenuButton, 0, this); |
2268 else |
2268 else |
2269 d->menuIcon = windowIcon(); |
2269 d->menuIcon = windowIcon(); |
2270 #endif |
2270 #endif |
2271 connect(qApp, SIGNAL(focusChanged(QWidget *, QWidget *)), |
2271 connect(qApp, SIGNAL(focusChanged(QWidget*,QWidget*)), |
2272 this, SLOT(_q_processFocusChanged(QWidget *, QWidget *))); |
2272 this, SLOT(_q_processFocusChanged(QWidget*,QWidget*))); |
2273 } |
2273 } |
2274 |
2274 |
2275 /*! |
2275 /*! |
2276 Destroys the subwindow. |
2276 Destroys the subwindow. |
2277 |
2277 |