Changeset 438 for trunk/src/gui/kernel/qdnd_p.h
- Timestamp:
- Dec 24, 2009, 3:29:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qdnd_p.h
r2 r438 185 185 }; 186 186 187 #if defined(Q_WS_PM) 188 class QPMDragData; 189 #endif 190 187 191 class QDropData : public QInternalMimeData 188 192 { … … 200 204 public: 201 205 LPDATAOBJECT currentDataObject; 206 #elif defined(Q_WS_PM) 207 friend class QPMDragData; 208 QPMDragData *d; 202 209 #endif 203 210 };
Note:
See TracChangeset
for help on using the changeset viewer.