diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-17 01:45:51 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-17 01:45:51 -0500 |
commit | 4d6667159ef183f83e64ed0c8479162dc5629951 (patch) | |
tree | e1987ecdc41aae0e52d89beb5e1436bb1cc69383 /tdecore/kurl.h | |
parent | 43e139235d1457fed093c270b81d5e16c1922fc1 (diff) | |
download | tdelibs-4d6667159ef183f83e64ed0c8479162dc5629951.tar.gz tdelibs-4d6667159ef183f83e64ed0c8479162dc5629951.zip |
Fix a number of problems with the forwarding slave and dirlister
Fix TDE HW library not detecting mounted drives
Diffstat (limited to 'tdecore/kurl.h')
-rw-r--r-- | tdecore/kurl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tdecore/kurl.h b/tdecore/kurl.h index ef454f60f..bcb44907e 100644 --- a/tdecore/kurl.h +++ b/tdecore/kurl.h @@ -591,6 +591,16 @@ public: bool hasPath() const { return !m_strPath.isEmpty(); } /** + * @brief @internal + */ + void setInternalReferenceURL( const TQString& url ); + + /** + * @brief @internal + */ + TQString internalReferenceURL( void ) const; + + /** * @brief Resolves @c "." and @c ".." components in path * * Some servers seem not to like the removal of extra @c '/' |