mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: remove reference to non-existing KUrl::setExportAsText() and KUrl::List::setExportAsText() methods
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
03bd3652c3
commit
2c6f00f690
1 changed files with 1 additions and 4 deletions
|
@ -217,7 +217,6 @@ public:
|
|||
* @param metaData KIO metadata shipped in the mime data, which is used for instance to
|
||||
* set a correct HTTP referrer (some websites require it for downloading e.g. an image)
|
||||
* @param flags set NoTextExport to prevent setting plain/text data into @p mimeData
|
||||
* In such a case, setExportAsText( false ) should be called.
|
||||
*/
|
||||
void populateMimeData(QMimeData *mimeData,
|
||||
const KUrl::MetaDataMap &metaData = MetaDataMap(),
|
||||
|
@ -253,8 +252,7 @@ public:
|
|||
* (some websites require it for downloading e.g. an
|
||||
* image)
|
||||
* @param flags set NoTextExport to prevent setting plain/text
|
||||
* data into @p mimeData. In such a case,
|
||||
* <code>setExportAsText(false)</code> should be called.
|
||||
* data into @p mimeData.
|
||||
* @since 4.2
|
||||
*/
|
||||
void populateMimeData(const KUrl::List &mostLocalUrls,
|
||||
|
@ -663,7 +661,6 @@ public:
|
|||
* @param metaData KIO metadata shipped in the mime data, which is used for instance to
|
||||
* set a correct HTTP referrer (some websites require it for downloading e.g. an image)
|
||||
* @param flags set NoTextExport to prevent setting plain/text data into @p mimeData
|
||||
* In such a case, setExportAsText( false ) should be called.
|
||||
*/
|
||||
void populateMimeData(QMimeData* mimeData,
|
||||
const MetaDataMap& metaData = MetaDataMap(),
|
||||
|
|
Loading…
Add table
Reference in a new issue