Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix misplaced comment in ssudeviceinfo.h
  • Loading branch information
martyone committed Aug 4, 2017
1 parent 120b3b5 commit e16cd29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libssu/ssudeviceinfo.h
Expand Up @@ -41,13 +41,15 @@ class SsuDeviceInfo: public QObject
* Check if a given model is available in the deviceinfo database, either directly,
* or as variant. If no model is provided as argument the autodetected or previously
* set model is used.
*
* @attention This function temporarily changes the detected model, and
* therefore should not be used in a multithreaded environment, unless you
* like funny results.
*/
bool contains(const QString &model = QString());

/**
* Try to find the device family for the system this is running on. This function
* temporarily changes the detected model, and therefore should not be used in a
* multithreaded environment, unless you like funny results.
* Try to find the device family for the system this is running on.
*/
Q_INVOKABLE QString deviceFamily();

Expand Down

0 comments on commit e16cd29

Please sign in to comment.