~ubuntu-branches/ubuntu/vivid/qtcreator-plugin-ubuntu/vivid

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntuabstractguieditorwidget.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller, Bin Li
  • Date: 2015-01-14 11:11:03 UTC
  • mfrom: (1.1.76)
  • Revision ID: package-import@ubuntu.com-20150114111103-b0pvphib2u57vi70
Tags: 3.1.1+15.04.20150114-0ubuntu1
[ Benjamin Zeller ]
* Fix bug lp:1409815 "Manifest file with invalid syntax reported as
  missing" -Automatically update default runconfigurations when the
  manifest file changes (LP: #1409815)

[ Bin Li ]
* Skip the incomplete emulator. Fixes LP: #1409596 (LP: #1409596)

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
    m_widgetStack->insertWidget(Source,m_sourceEditor);
148
148
}
149
149
 
 
150
void UbuntuAbstractGuiEditorWidget::saved()
 
151
{
 
152
    //default impl does nothing
 
153
}
 
154
 
150
155
 
151
156
void UbuntuAbstractGuiEditorWidget::updateInfoBar(const QString &errorMessage)
152
157
{