forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.1' into 4.2
Change-Id: Ibe4cd5522e1d87d56d2aae7a429282b41bf18647
This commit is contained in:
@@ -647,6 +647,8 @@ def openVcsLog():
|
||||
"window=':Qt Creator_Core::Internal::MainWindow'}", 2000)
|
||||
if className(foundObj) != 'Core::OutputWindow':
|
||||
raise Exception("Found derived class, but not a pure QPlainTextEdit.")
|
||||
waitForObject("{text='Version Control' type='QLabel' unnamed='1' visible='1' "
|
||||
"window=':Qt Creator_Core::Internal::MainWindow'}", 2000)
|
||||
except:
|
||||
invokeMenuItem("Window", "Output Panes", "Version Control")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user