mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-30 13:57:59 +03:00
Imported Upstream version 0.26.0
This commit is contained in:
commit
9a2b6c69b6
1398 changed files with 212217 additions and 0 deletions
18
components/fileorderlist/model/pluginsproxymodel.hpp
Normal file
18
components/fileorderlist/model/pluginsproxymodel.hpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#ifndef PLUGINSPROXYMODEL_HPP
|
||||
#define PLUGINSPROXYMODEL_HPP
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
class QVariant;
|
||||
|
||||
class PluginsProxyModel : public QSortFilterProxyModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PluginsProxyModel(QObject *parent = 0);
|
||||
~PluginsProxyModel();
|
||||
|
||||
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
|
||||
};
|
||||
|
||||
#endif // PLUGINSPROXYMODEL_HPP
|
Loading…
Add table
Add a link
Reference in a new issue