mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04: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