Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run astyle for Qt coding conventions
Parameters from
https://wiki.qt.io/Qt_Coding_Style#Artistic_Style
except line length to 120
  • Loading branch information
pvuorela committed Oct 10, 2016
1 parent a470b9b commit 52ee9e2
Show file tree
Hide file tree
Showing 73 changed files with 4,967 additions and 4,661 deletions.
8 changes: 4 additions & 4 deletions declarative/declarativessudeviceinfo.h
Expand Up @@ -19,9 +19,9 @@ class DeclarativeSsuDeviceInfo : public QObject
* A list of types ssu provides shiny values suitable for displaying
*/
enum DisplayType {
DeviceManufacturer = Ssu::DeviceManufacturer, ///< Manufacturer, like ACME Corp. Board mappings key "deviceManufacturer"
DeviceModel = Ssu::DeviceModel, ///< Marketed device name, like Pogoblaster 3000. Board mappings key "prettyModel"
DeviceDesignation = Ssu::DeviceDesignation, ///< Type designation, like NCC-1701. Beard mappings key "deviceDesignation"
DeviceManufacturer = Ssu::DeviceManufacturer, ///< Manufacturer, like ACME Corp. Board mappings key "deviceManufacturer"
DeviceModel = Ssu::DeviceModel, ///< Marketed device name, like Pogoblaster 3000. Board mappings key "prettyModel"
DeviceDesignation = Ssu::DeviceDesignation, ///< Type designation, like NCC-1701. Beard mappings key "deviceDesignation"
};

DeclarativeSsuDeviceInfo();
Expand All @@ -37,7 +37,7 @@ class DeclarativeSsuDeviceInfo : public QObject
* If the device is not a variant it will return an empty string. If
* fallback is set to true it return the device model in this case.
*/
Q_INVOKABLE QString deviceVariant(bool fallback=false);
Q_INVOKABLE QString deviceVariant(bool fallback = false);
/**
* Try to find out ond what kind of system this is running
*/
Expand Down

0 comments on commit 52ee9e2

Please sign in to comment.