- Timestamp:
- Oct 29, 2010, 8:11:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/blit/blit.cpp
r436 r812 51 51 QRect r = aE->rect(); 52 52 53 53 54 QColor c = QColor(rand() / (RAND_MAX / 255), 54 55 rand() / (RAND_MAX / 255), 55 56 rand() / (RAND_MAX / 255)); 57 58 59 60 61 62 56 63 p.fillRect(r, c); 57 64
Note:
See TracChangeset
for help on using the changeset viewer.