forked from qt-creator/qt-creator
Squish: Stabilize tst_APTW03
Change-Id: I301c47ca3f09d0f88ceaf7908d35d071c2d73ce5 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -105,6 +105,7 @@ def main():
|
||||
editor = getEditorForFileSuffix("%s.h" % className.lower())
|
||||
oldContent = str(editor.plainText)
|
||||
placeCursorToLine(editor, "class %s.*" % className, True)
|
||||
snooze(1) # avoid timing issue with the parser
|
||||
invokeContextMenuItem(editor, "Refactor", "Insert Virtual Functions of Base Classes")
|
||||
handleInsertVirtualFunctions(["keys() const = 0 : QStringList",
|
||||
"create(const QString &, const QString &) = 0 : QObject *"])
|
||||
|
Reference in New Issue
Block a user