-
Ulf Hermann authored
Requesting mime types in initialized() is expensive because it causes the mime database to be parsed. As additional mime types are added on various plugin initializations, the database will be reparsed later anyway. It's better to request the mime types afterwards. Change-Id: I6c5f67a4483a693b2f69beb300b8014522fa2678 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
Ulf Hermann authoredRequesting mime types in initialized() is expensive because it causes the mime database to be parsed. As additional mime types are added on various plugin initializations, the database will be reparsed later anyway. It's better to request the mime types afterwards. Change-Id: I6c5f67a4483a693b2f69beb300b8014522fa2678 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>