aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/mimetypes/mimetype.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utils: ModernizeAlessandro Portale2018-07-201-7/+2
| | | | | | | | | | | | modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using modernize-use-default-member-init modernize-use-equals-default Change-Id: I8d44d9405011a1878353baf9325f7af90b89db02 Reviewed-by: hjk <hjk@qt.io>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-15/+21
| | | | | | | * Update remaining files in src Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* MimeType: Improve performance for matchesNameOrgad Shaneh2015-02-271-1/+3
| | | | | | | | aliases() iterates through the entire hash. It should not be called so frequently. Change-Id: I2f896489459b2237a0a1763919fb8a52fb411ae1 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* MimeType: Add matchesName and setPreferredSuffixEike Ziller2015-02-171-6/+31
| | | | | Change-Id: Ieef09fb6d483a6c056f3ae586db30583c634953a Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* Add copy of QMimeDatabaseEike Ziller2015-02-171-0/+450
Adapting the names and namespaces. Change-Id: I15b161dfafd5a4112b420160816ee8336e3ebdac Reviewed-by: David Schulz <david.schulz@theqtcompany.com>