summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocPlugin/StyleE.hpp
blob: 80e0b793e15b2afddbca0991643fbaafcd242dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef STYLEE_HPP
#define STYLEE_HPP

#include <QStylePlugin>

class StyleE : public QStylePlugin
{
  Q_OBJECT
  // No Json file
  Q_PLUGIN_METADATA(IID "org.styles.E")
public:
  QStyle* create(const QString& key);
};

#endif