author | mickeyl <mickeyl> | 2003-04-07 14:40:28 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-04-07 14:40:28 (UTC) |
commit | 75f029f87d4c84b37ccfe1c81ef205a6cd5fca79 (patch) (side-by-side diff) | |
tree | 293f6709a304aed084622e61633c945124836296 /libopie2/qt3 | |
parent | 46cda1cdb4c71de6e2627a54f31d1b56cc85ee85 (diff) | |
download | opie-75f029f87d4c84b37ccfe1c81ef205a6cd5fca79.zip opie-75f029f87d4c84b37ccfe1c81ef205a6cd5fca79.tar.gz opie-75f029f87d4c84b37ccfe1c81ef205a6cd5fca79.tar.bz2 |
started to document the whole stuff
-rw-r--r-- | libopie2/qt3/opiecore/ocompletion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libopie2/qt3/opiecore/ocompletion.h b/libopie2/qt3/opiecore/ocompletion.h index 0317c1b..7f28182 100644 --- a/libopie2/qt3/opiecore/ocompletion.h +++ b/libopie2/qt3/opiecore/ocompletion.h @@ -149,9 +149,8 @@ public: * * * @short A generic class for completing QStrings * @author Carsten Pfeiffer <pfeiffer@kde.org> - * @version $Id$ */ class OCompletion : public QObject { |