From 142e058e79d37ea387aaf7b469cee7383ee35556 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 18 Apr 2014 20:41:06 +0000 Subject: Add detailedFriendlyName methods to the TDE hardware manager This breaks the ABI and relates to Bug 1666 --- tdecore/tdehw/tdegenericdevice.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tdecore/tdehw/tdegenericdevice.h') diff --git a/tdecore/tdehw/tdegenericdevice.h b/tdecore/tdehw/tdegenericdevice.h index f2abd5582..7536b44a7 100644 --- a/tdecore/tdehw/tdegenericdevice.h +++ b/tdecore/tdehw/tdegenericdevice.h @@ -77,6 +77,14 @@ class TDECORE_EXPORT TDEGenericDevice : public TQObject */ virtual TQString friendlyName(); + /** + * @return a TQString with a detailed friendly name + * + * In most cases this will return exactly the same string as friendlyName(), however + * for certain devices (e.g. disks) this method will provide additional information + */ + virtual TQString detailedFriendlyName(); + /** * @return a TQString with the device bus name, if any */ -- cgit v1.2.1