Changeset 8 for trunk/src/widgets/qdockwindow.cpp
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/widgets/qdockwindow.cpp
r7 r8 391 391 timer = new QTimer( this ); 392 392 connect( timer, SIGNAL( timeout() ), this, SLOT( minimize() ) ); 393 #if def Q_WS_WIN393 #if defined(Q_WS_WIN) || defined(Q_WS_PM) 394 394 setCursor( SizeAllCursor ); 395 395 #endif
Note:
See TracChangeset
for help on using the changeset viewer.