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
2014-02-01 19:06:41 +01:00

11 lines
153 B
C++

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