1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +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