summaryrefslogtreecommitdiffstats
path: root/src/utils/b2qtdevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/b2qtdevice.cpp')
-rw-r--r--src/utils/b2qtdevice.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/utils/b2qtdevice.cpp b/src/utils/b2qtdevice.cpp
index c59859c..d7a7cd2 100644
--- a/src/utils/b2qtdevice.cpp
+++ b/src/utils/b2qtdevice.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2014 Digia Plc
** All rights reserved.
** For any questions to Digia, please use the contact form at
-** http://qt.digia.com/
+** http://www.qt.io
**
** This file is part of Qt Enterprise Embedded.
**
@@ -13,7 +13,7 @@
** a written agreement between you and Digia.
**
** If you have questions regarding the use of this file, please use
-** the contact form at http://qt.digia.com/
+** the contact form at http://www.qt.io
**
****************************************************************************/
#include "b2qtdevice.h"
@@ -103,6 +103,7 @@ bool B2QtDevice::setDisplayBrightness(quint8 value)
emit displayBrightnessChanged(value);
return true;
#else
+ Q_UNUSED(value);
return false;
#endif
}