A few missing returns

This commit is contained in:
nemerle
2016-05-04 09:54:38 +02:00
parent 4dc321650f
commit 29353111ac
3 changed files with 3 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ struct LoaderMetadata {
case eMedium: return 'm';
case eLarge: return 'l';
}
return 'x';
}
};
class Project : public QObject