diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-18 20:41:06 +0000 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-18 20:41:06 +0000 |
commit | 142e058e79d37ea387aaf7b469cee7383ee35556 (patch) | |
tree | 57fdc51f870befb1d3d8eb6828d33cf394b1f36d /tdecore/tdehw/tdestoragedevice.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/tdestoragedevice.h')
-rw-r--r-- | tdecore/tdehw/tdestoragedevice.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h index 1199510a4..b3a70763b 100644 --- a/tdecore/tdehw/tdestoragedevice.h +++ b/tdecore/tdehw/tdestoragedevice.h @@ -252,6 +252,13 @@ class TDECORE_EXPORT TDEStorageDevice : public TDEGenericDevice TQString friendlyName(); /** + * @return a TQString with a detailed friendly name + * + * This method overrides TDEGenericDevice::detailedFriendlyName() + */ + TQString detailedFriendlyName(); + + /** * @return a TQString containing the friendly type name * * This method overrides TDEGenericDevice::friendlyDeviceType() |