Removed helper function that is no longer required.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/29/head
Michele Calgaro il y a 5 ans
Parent 00c81d9763
révision 2852e8272a
Signé par: MicheleC
ID de la clé GPG: 2A75B7CA8ADED5CF

@ -126,9 +126,6 @@ namespace {
}
// some special types:
template <> struct from_helper<bool> : public TQVariant {
from_helper( bool b ) : TQVariant( b ) {}
};
template <> struct from_helper<KURL> : public TQVariant {
from_helper( const KURL & url ) : TQVariant( url.path() ) {}
};

Chargement…
Annuler
Enregistrer