forked from qt-creator/qt-creator
support loops: implement for(), next() & break()
This commit is contained in:
@@ -52,6 +52,9 @@ public:
|
||||
enum ProItemReturn {
|
||||
ReturnFalse,
|
||||
ReturnTrue,
|
||||
ReturnBreak,
|
||||
ReturnNext,
|
||||
ReturnLoop,
|
||||
ReturnSkip,
|
||||
ReturnReturn
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user