Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28 from philippedeswert/master
[systemsettings] Add dedicated charger USB mode. Contributes: JB#15195
  • Loading branch information
VDVsx committed Dec 11, 2014
2 parents f7c2f83 + 0974679 commit 2b4c5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/nemo-qml-plugin-systemsettings.spec
@@ -1,6 +1,6 @@
Name: nemo-qml-plugin-systemsettings
Summary: System settings plugin for Nemo Mobile
Version: 0.0.27
Version: 0.0.28
Release: 1
Group: System/Libraries
License: BSD
Expand Down
1 change: 1 addition & 0 deletions src/usbsettings.h
Expand Up @@ -61,6 +61,7 @@ class USBSettings: public QObject
Adb = MeeGo::QmUSBMode::Adb,
Diag = MeeGo::QmUSBMode::Diag,
Host = MeeGo::QmUSBMode::Host,
Charger = MeeGo::QmUSBMode::Charger,
ConnectionSharing = MeeGo::QmUSBMode::ConnectionSharing
};

Expand Down

0 comments on commit 2b4c5fb

Please sign in to comment.