mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: remove unused KTimeZoneBackend::type() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
53a5c81a3a
commit
e00c726455
2 changed files with 0 additions and 16 deletions
|
@ -515,11 +515,6 @@ KTimeZoneBackend &KTimeZoneBackend::operator=(const KTimeZoneBackend &other)
|
|||
return *this;
|
||||
}
|
||||
|
||||
QByteArray KTimeZoneBackend::type() const
|
||||
{
|
||||
return "KTimeZone";
|
||||
}
|
||||
|
||||
KTimeZoneBackend *KTimeZoneBackend::clone() const
|
||||
{
|
||||
return new KTimeZoneBackend(*this);
|
||||
|
|
|
@ -1045,17 +1045,6 @@ public:
|
|||
*/
|
||||
virtual KTimeZoneBackend *clone() const;
|
||||
|
||||
/**
|
||||
* Returns the class name of the data represented by this instance.
|
||||
*
|
||||
* @note Every inherited class must reimplement type().
|
||||
*
|
||||
* This base class returns "KTimeZone".
|
||||
*
|
||||
* @return the class name
|
||||
*/
|
||||
virtual QByteArray type() const;
|
||||
|
||||
/**
|
||||
* Implements KTimeZone::offsetAtZoneTime().
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue