diff options
| author | 2008-07-05 20:08:26 +0000 | |
|---|---|---|
| committer | 2008-07-05 20:08:26 +0000 | |
| commit | 8e3a7c01aec22cc341a4beb23fc28821b7446ea7 (patch) | |
| tree | 418c81408b445ad8eb045cf78f8e038a31810823 /src | |
| parent | Refactoring avatar class -- thanks to BugSlayer (diff) | |
| download | KVIrc-8e3a7c01aec22cc341a4beb23fc28821b7446ea7.tar.gz KVIrc-8e3a7c01aec22cc341a4beb23fc28821b7446ea7.tar.bz2 KVIrc-8e3a7c01aec22cc341a4beb23fc28821b7446ea7.zip | |
Removed useless header (thx -> BugSlayer)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2012 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvilib/irc/kvi_avatar.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/kvilib/irc/kvi_avatar.h b/src/kvilib/irc/kvi_avatar.h index 911f60690..64fd58073 100644 --- a/src/kvilib/irc/kvi_avatar.h +++ b/src/kvilib/irc/kvi_avatar.h @@ -25,7 +25,6 @@ // //============================================================================= -#include "kvi_string.h" #include "kvi_heapobject.h" #include "kvi_settings.h" @@ -57,21 +56,21 @@ public: // the name is used. // for local avatars the localPath is used instead const QString &identificationString(){ return m_bRemote ? m_szName : m_szLocalPath; }; - + // if name is http://xxxx // then identification is the name // if name is xxx.png // then identification is the local path - + // name : visible name of the avatar : url or filename // ex: http://www.kvirc.net/img/pragma.png // ex: pragma.png - // local path : local path + // local path : local path // ex: /home/pragma/.kvirc/avatars/http.www.kvirc.net.img.pragma.png // ex: /home/pragma/.kvirc/avatars/pragma.png - + // local path->name : strip leading path informations // name->local path : replace : / and |
