Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.6.0' into 5.7
Browse files Browse the repository at this point in the history
Change-Id: Idcda6d52266f557ce4a819b6669f6797473a48a2
  • Loading branch information
ossilator committed Mar 7, 2016
2 parents bcd88d8 + d0cdc7a commit f930328
Show file tree
Hide file tree
Showing 14 changed files with 631 additions and 29 deletions.
1 change: 1 addition & 0 deletions bin/syncqt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ sub shouldMasterInclude {
if (open(F, "<$iheader")) {
while (<F>) {
chomp;
chop if /\r$/;
return 0 if (/^\#pragma qt_no_master_include$/);
}
close(F);
Expand Down
Loading

0 comments on commit f930328

Please sign in to comment.