mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Created new files for TableMimeData class.
This commit is contained in:
parent
52b9ebff9d
commit
a36cc26434
1
apps/opencs/model/world/tablemimedata.cpp
Normal file
1
apps/opencs/model/world/tablemimedata.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "tablemimedata.hpp"
|
10
apps/opencs/model/world/tablemimedata.hpp
Normal file
10
apps/opencs/model/world/tablemimedata.hpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#ifndef TABLEMIMEDATA_H
|
||||||
|
#define TABLEMIMEDATA_H
|
||||||
|
|
||||||
|
#include <qt4/QtCore/QMimeData>
|
||||||
|
|
||||||
|
class TableMimeData : public QMimeData
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // TABLEMIMEDATA_H
|
Loading…
x
Reference in New Issue
Block a user