forked from qt-creator/qt-creator
Compile without warnings
This commit is contained in:
@@ -215,6 +215,7 @@ void CMakeProject::parseCMakeLists()
|
||||
|
||||
QString CMakeProject::buildParser(const QString &buildConfiguration) const
|
||||
{
|
||||
Q_UNUSED(buildConfiguration);
|
||||
// TODO this is actually slightly wrong, but do i care?
|
||||
// this should call toolchain(buildConfiguration)
|
||||
if (!m_toolChain)
|
||||
|
||||
@@ -89,8 +89,8 @@ Qt4RunConfigurationWidget::Qt4RunConfigurationWidget(Qt4RunConfiguration *qt4Run
|
||||
: QWidget(parent),
|
||||
m_qt4RunConfiguration(qt4RunConfiguration),
|
||||
m_ignoreChange(false),
|
||||
m_isShown(false),
|
||||
m_usingDyldImageSuffix(0)
|
||||
m_usingDyldImageSuffix(0),
|
||||
m_isShown(false)
|
||||
{
|
||||
QFormLayout *toplayout = new QFormLayout(this);
|
||||
toplayout->setMargin(0);
|
||||
|
||||
Reference in New Issue
Block a user