diff options
author | Timothy Pearson <[email protected]> | 2014-04-18 20:41:06 +0000 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-04-18 20:41:06 +0000 |
commit | 142e058e79d37ea387aaf7b469cee7383ee35556 (patch) | |
tree | 57fdc51f870befb1d3d8eb6828d33cf394b1f36d /tdecore/tdehw/tdegenericdevice.h | |
parent | 206f7c6eab92b1052bfecee42305ad9d3739b4ce (diff) | |
download | tdelibs-142e058e79d37ea387aaf7b469cee7383ee35556.tar.gz tdelibs-142e058e79d37ea387aaf7b469cee7383ee35556.zip |
Add detailedFriendlyName methods to the TDE hardware manager
This breaks the ABI and relates to Bug 1666
Diffstat (limited to 'tdecore/tdehw/tdegenericdevice.h')
-rw-r--r-- | tdecore/tdehw/tdegenericdevice.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -78,6 +78,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 */ TQString deviceBus(); |