Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta

This commit is contained in:
mae
2008-12-05 13:21:18 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1276,7 +1276,7 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
m_currentFrame = frame.findChild("addr").data() + '%' + m_currentFrame = frame.findChild("addr").data() + '%' +
frame.findChild("func").data() + '%'; frame.findChild("func").data() + '%';
QApplication::alert(q->mainWindow(), 200); QApplication::alert(q->mainWindow(), 3000);
sendCommand("-file-list-exec-source-files", GdbQuerySources); sendCommand("-file-list-exec-source-files", GdbQuerySources);
sendCommand("-break-list", BreakList); sendCommand("-break-list", BreakList);
QVariant var = QVariant::fromValue<GdbMi>(data); QVariant var = QVariant::fromValue<GdbMi>(data);

View File

@@ -104,8 +104,9 @@
<widget class="QLabel" name="filesLabel"> <widget class="QLabel" name="filesLabel">
<property name="text"> <property name="text">
<string>The following files will be added: <string>The following files will be added:
f1
f2
</string> </string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">