aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/haldevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal/haldevice.cpp')
-rw-r--r--src/plugins/General/hal/haldevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/hal/haldevice.cpp b/src/plugins/General/hal/haldevice.cpp
index 54ba54fb2..446a8dcd6 100644
--- a/src/plugins/General/hal/haldevice.cpp
+++ b/src/plugins/General/hal/haldevice.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2020 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* Copyright (C) 2006 by Kevin Ottens <ervin@kde.org> *
@@ -88,7 +88,7 @@ HalDevice::~HalDevice()
{
}
-QString HalDevice::udi() const
+const QString &HalDevice::udi() const
{
return m_udi;
}