src/gui/text/qfontdatabase_s60.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 23 89e065397ea6
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   330 {
   330 {
   331     Q_UNUSED(handle);
   331     Q_UNUSED(handle);
   332     return false;
   332     return false;
   333 }
   333 }
   334 
   334 
       
   335 bool QFontDatabase::removeAllApplicationFonts()
       
   336 {
       
   337     return false;
       
   338 }
       
   339 
   335 bool QFontDatabase::supportsThreadedFontRendering()
   340 bool QFontDatabase::supportsThreadedFontRendering()
   336 {
   341 {
   337     return false;
   342     return false;
   338 }
   343 }
   339 
   344