朱欢 wrote: > I extended QTreeModel, and implemented some drag and drop operations, > using the QMimeData class in QT 4.3. But when I change the version to > 4.4, it has no such a QMimeData class to import. How can I solve it?
Hi, As outlined in the changes file, a few classes were incorrectly placed in the gui library. This prevented jambi non-gui applications from being written so these classes were moved for the 4.4 release. QMimeData was one of these classes and is now located in the core library. This kind of breakage was a one time exception. best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
