forked from qt-creator/qt-creator
qmake: use class instead of struct
Change-Id: Ieb0d7557555c4a0c2e196b28841972483f3fd135 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user