1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 14:45:33 +00:00
openmw/apps/opencs/model/world/tablemimedata.hpp

11 lines
153 B
C++
Raw Normal View History

#ifndef TABLEMIMEDATA_H
#define TABLEMIMEDATA_H
#include <qt4/QtCore/QMimeData>
class TableMimeData : public QMimeData
{
};
#endif // TABLEMIMEDATA_H