Skip to content

Commit

Permalink
Merge branch 'jb36197' into 'master'
Browse files Browse the repository at this point in the history
[devicelock] Register ResetMode enum metatype. Fixes JB#36197



See merge request !1
  • Loading branch information
rainemak committed Sep 6, 2016
2 parents 98eac0c + cef6b94 commit 3182ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/devicereset.h
Expand Up @@ -43,6 +43,7 @@ class DeviceReset : public QObject
{
Q_OBJECT
Q_PROPERTY(Authorization *authorization READ authorization CONSTANT)
Q_ENUMS(ResetMode)
public:
enum ResetMode {
Shutdown,
Expand Down

0 comments on commit 3182ec6

Please sign in to comment.