This commit is contained in:
Ryan Huffman 2015-10-12 11:21:40 -07:00
parent f77878ee79
commit ebeb87ba62

View file

@ -21,6 +21,7 @@
typedef std::shared_ptr<StandardController> StandardControllerPointer;
// small change
class StandardController : public QObject, public InputDevice {
Q_OBJECT
Q_PROPERTY(QString name READ getName)