KIO
Go to the documentation of this file.
29 if ( mimeType.isEmpty() )
continue;
32 kWarning() << service->entryPath() <<
" specifies unknown mimetype " << mimeType;
35 patterns.append( pattern + separator + mime->comment() );
36 if (!allPatterns.isEmpty() )
43 allPatterns = allPatterns + separator +
i18n(
"All Pictures");
45 patterns.prepend(allPatterns);
53 if ( mimeType.isEmpty() )
58 if ( mimeType == service->
property(
"X-KDE-MimeType").toString() )
59 return ( service->
property(
"X-KDE-ImageFormat").toStringList() );
74 if ( !mime.isEmpty() )
75 mimeList.append( mime );
90 imagetypes += service->
property(
"X-KDE-ImageFormat").toStringList();
98 if (mimeType.isEmpty() )
103 if ( mimeType == service->
property(
"X-KDE-MimeType").toString() ) {
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:06:12 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.