summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@digia.com>2014-11-14 15:01:55 +0100
committeraavit <eirik.aavitsland@digia.com>2014-11-14 15:25:43 +0100
commit7c5126a80c95f262ff3c480604b57532d9ed9079 (patch)
tree053fba4f2f3ccd2b231b310ab49b9db39491d095 /src/utils
parent1f0de42b9d5a8ef665e6799019eed898b0396586 (diff)
parent9b2dd9f64bdd5c2349407ae8517ae974eda97885 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/b2qtdevice.cpp5
-rw-r--r--src/utils/b2qtdevice.h4
2 files changed, 5 insertions, 4 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
}
diff --git a/src/utils/b2qtdevice.h b/src/utils/b2qtdevice.h
index fb3232a..0563e3f 100644
--- a/src/utils/b2qtdevice.h
+++ b/src/utils/b2qtdevice.h
@@ -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
**
****************************************************************************/
#ifndef B2QTDEVICE_H