kio: remove documentation for non-existing methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-17 03:48:28 +02:00
parent 27b5f27d2e
commit d67610909c

View file

@ -362,12 +362,6 @@ public:
*/
virtual void applyChanges();
/**
* Convenience method for most ::supports methods
* @return true if the file is a local, regular, readable, desktop file
* @deprecated use KFileItem::isDesktopFile
*/
void setDirty( bool b );
bool isDirty() const;