QTCreator's syntax highlight and auto-complete working properly.
This commit is contained in:
@@ -43,8 +43,10 @@
|
||||
#include "MemSpec.h"
|
||||
#include "../../../common/Utils.h"
|
||||
|
||||
enum class ErrorStorageMode;
|
||||
DEFINE_ENUM_CLASS_WITH_STRING_CONVERSIONS(ErrorStorageMode, (NoStorage)(Store)(ErrorModel))
|
||||
|
||||
enum class EPowerDownMode{NoPowerDown, Staggered, TimeoutPDN, TimeoutSREF};
|
||||
DEFINE_ENUM_CLASS_WITH_STRING_CONVERSIONS(ErrorStorageMode, (NoStorage)(Store)(ErrorModel));
|
||||
|
||||
struct Configuration
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user