mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 14:45:33 +00:00
11 lines
153 B
C++
11 lines
153 B
C++
|
#ifndef TABLEMIMEDATA_H
|
||
|
#define TABLEMIMEDATA_H
|
||
|
|
||
|
#include <qt4/QtCore/QMimeData>
|
||
|
|
||
|
class TableMimeData : public QMimeData
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif // TABLEMIMEDATA_H
|