소스 검색

Added feature to record custom event to QtTesting

- Added possibility to pause the record
- Added feature to be able to add custom comment during the record
      - simple comment
      - comment which block the play back
Benjamin Long 13 년 전
부모
커밋
24fc48fefd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeExternals/QtTesting.cmake

+ 1 - 1
CMakeExternals/QtTesting.cmake

@@ -23,7 +23,7 @@ if(CTK_USE_QTTESTING)
 
     if(NOT DEFINED QtTesting_DIR)
 
-      set(revision_tag d26842afd5fc7c2fd6e08eb35bdaf982a9e61869)
+      set(revision_tag ed44502bf430651007f5ba737884a249dbb928e1)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()