qmake: use class instead of struct

Change-Id: Ieb0d7557555c4a0c2e196b28841972483f3fd135
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2017-02-09 23:30:14 +01:00
parent cf7c9dd063
commit 07c0ca5ef5
2 changed files with 7 additions and 4 deletions

View File

@@ -68,7 +68,8 @@ namespace {
// for file types and the project. Do some magic via qAddPostRoutine()
// to make sure the icons do not outlive QApplication, triggering warnings on X11.
struct FileTypeDataStorage {
class FileTypeDataStorage {
public:
FileType type;
const char *typeName;
const char *icon;