mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 07:45:36 +00:00
Created new files for TableMimeData class.
This commit is contained in:
parent
52b9ebff9d
commit
a36cc26434
2 changed files with 11 additions and 0 deletions
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…
Reference in a new issue