Changeset 522:e32fb126022b in qutecom-2.2 for wengophone/src/model/config/Config.h
- Timestamp:
- Feb 25, 2010 1:28:40 PM (3 years ago)
- Branch:
- default
- Children:
- 523:e5e76bd6fcdb, 524:22b994a73d9b
- File:
-
- 1 edited
-
wengophone/src/model/config/Config.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wengophone/src/model/config/Config.h
r420 r522 23 23 #include <settings/CascadingSettings.h> 24 24 25 #include <model/wenbox/EnumWenboxStatus.h>26 27 25 #include <util/String.h> 28 26 #include <util/StringList.h> … … 529 527 530 528 /** 531 * @name Wenbox Methods532 * @{533 */534 535 /** Wenbox support enable, disable or not connected (not found). */536 static const std::string WENBOX_ENABLE_KEY;537 std::string getWenboxEnable() const;538 539 /** Wenbox playback audio device name. */540 static const std::string WENBOX_AUDIO_OUTPUT_DEVICEID_KEY;541 StringList getWenboxAudioOutputDeviceId() const;542 543 /** Wenbox record audio device name. */544 static const std::string WENBOX_AUDIO_INPUT_DEVICEID_KEY;545 StringList getWenboxAudioInputDeviceId() const;546 547 /** Wenbox ringer audio device name. */548 static const std::string WENBOX_AUDIO_RINGER_DEVICEID_KEY;549 StringList getWenboxAudioRingerDeviceId() const;550 551 /** @} */552 553 /**554 529 * @name Other Methods 555 530 * @{
Note: See TracChangeset
for help on using the changeset viewer.
