papyros / qml-material

:book: Material Design implemented in QtQuick
GNU Lesser General Public License v2.1
2.57k stars 476 forks source link

Added default switch case to Device::iconName() #450

Closed dejaime closed 8 years ago

dejaime commented 8 years ago

Added a Default case to the function iconName in Device.cpp to remove an unnecessary warning:

[...]/material/src/core/device.cpp:89: warning: control reaches end of non-void function [-Wreturn-type]

iBelieve commented 8 years ago

Thanks for the pull request!