summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-03 17:17:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-03 17:17:42 +0200
commit193843b0279cfc3341c7cf4086efff78d097aba7 (patch)
tree5aea9e0e60de59fa267da9f3b5c14508b1d0af21 /buildtools
parent5ea252ec15ebe89391686d098a8f8e31e51e3be3 (diff)
downloadtdevelop-193843b0279cfc3341c7cf4086efff78d097aba7.tar.gz
tdevelop-193843b0279cfc3341c7cf4086efff78d097aba7.zip
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/qmake/trollprojectwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp
index dd5c5d03..7a70fb1a 100644
--- a/buildtools/qmake/trollprojectwidget.cpp
+++ b/buildtools/qmake/trollprojectwidget.cpp
@@ -1172,7 +1172,7 @@ void TrollProjectWidget::addFiles( TQStringList &files, bool relativeToProjectRo
if ( m_shownSubproject->scope->variableValues( "TEMPLATE" ).findIndex( "subdirs" ) != -1 && !fileName.endsWith(".pro") )
{
- ChooseSubprojectDlg dlg( this, false );
+ ChooseSubprojectDlg dlg( this, 0 );
if ( dlg.exec() == TQDialog::Accepted )
{
if ( dlg.selectedSubproject() && dlg.selectedSubproject()->scope->variableValues("TEMPLATE").findIndex( "subdirs" ) != -1 )