changeset 65 | 2a5d4ab426d3 |
parent 50 | 377c906a8701 |
child 76 | cfea66083b62 |
60:1eef62f5c541 | 65:2a5d4ab426d3 |
---|---|
43 |
43 |
44 /*! |
44 /*! |
45 Is video currently supported |
45 Is video currently supported |
46 */ |
46 */ |
47 static bool videoSupported(); |
47 static bool videoSupported(); |
48 |
|
49 /*! |
|
50 Error code text conversion |
|
51 */ |
|
52 static bool errorCodeTextMapping(const int errorcode, QString &errorText); |
|
53 |
48 |
54 }; |
49 }; |
55 |
50 |
56 /*! |
51 /*! |
57 \class SettingsWrapper |
52 \class SettingsWrapper |