branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
67 #endif |
67 #endif |
68 |
68 |
69 QT_BEGIN_NAMESPACE |
69 QT_BEGIN_NAMESPACE |
70 |
70 |
71 const int Unsorted = 16383; |
71 const int Unsorted = 16383; |
72 |
|
73 static Q3CleanupHandler<QBitmap> qlv_cleanup_bitmap; |
|
74 |
|
75 |
72 |
76 struct Q3ListViewPrivate |
73 struct Q3ListViewPrivate |
77 { |
74 { |
78 // classes that are here to avoid polluting the global name space |
75 // classes that are here to avoid polluting the global name space |
79 |
76 |