equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the Qt3Support module of the Qt Toolkit. |
7 ** This file is part of the Qt3Support module of the Qt Toolkit. |
8 ** |
8 ** |
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 |