Skip to content

Commit

Permalink
Fix build for older Qt version (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Dec 9, 2018
1 parent de85039 commit 9094a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void DeRestPluginPrivate::sendTimeClusterResponse(const deCONZ::ApsDataIndicatio
QVariantList DeRestPluginPrivate::getTimezones()
{
QVariantList list;
const QByteArrayList tzs = QTimeZone::availableTimeZoneIds();
const auto tzs = QTimeZone::availableTimeZoneIds();

for (const QByteArray &tz : tzs)
{
Expand Down

0 comments on commit 9094a32

Please sign in to comment.