diff options
author | Andre Heinecke <[email protected]> | 2016-05-10 12:32:22 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-05-10 12:32:22 +0000 |
commit | b7d5c2cced796d4092a9f424368fc999165f9d13 (patch) | |
tree | 64bd7d6edc5bf259442b96919b8ca16fb8ce1250 /lang/qt/src/dataprovider.h | |
parent | Qt: Make Protocol class public API (diff) | |
download | gpgme-b7d5c2cced796d4092a9f424368fc999165f9d13.tar.gz gpgme-b7d5c2cced796d4092a9f424368fc999165f9d13.zip |
Qt: Fix unkonwn doxygen keyword warnings
--
Reimp is not a keqword and we inherit documentation anyway.
Diffstat (limited to 'lang/qt/src/dataprovider.h')
-rw-r--r-- | lang/qt/src/dataprovider.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/qt/src/dataprovider.h b/lang/qt/src/dataprovider.h index 672980a8..337f2646 100644 --- a/lang/qt/src/dataprovider.h +++ b/lang/qt/src/dataprovider.h @@ -50,18 +50,13 @@ public: private: // these shall only be accessed through the dataprovider // interface, where they're public: - /*! \reimp */ bool isSupported(Operation) const { return true; } - /*! \reimp */ ssize_t read(void *buffer, size_t bufSize); - /*! \reimp */ ssize_t write(const void *buffer, size_t bufSize); - /*! \reimp */ off_t seek(off_t offset, int whence); - /*! \reimp */ void release(); private: @@ -83,15 +78,10 @@ public: private: // these shall only be accessed through the dataprovider // interface, where they're public: - /*! \reimp */ bool isSupported(Operation) const; - /*! \reimp */ ssize_t read(void *buffer, size_t bufSize); - /*! \reimp */ ssize_t write(const void *buffer, size_t bufSize); - /*! \reimp */ off_t seek(off_t offset, int whence); - /*! \reimp */ void release(); private: |