summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/project.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-28 15:51:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-28 15:51:58 -0500
commitfe7969ef886d7287fa959929ddd33fbad8407884 (patch)
tree589aacc109d27561a5188bb46bce27c78bad8f5b /tools/designer/designer/project.cpp
parentdba8a853b65e5707e48450e5085e0ff0513b4203 (diff)
downloadtqt-fe7969ef886d7287fa959929ddd33fbad8407884.tar.gz
tqt-fe7969ef886d7287fa959929ddd33fbad8407884.zip
Automated update from Qt3
Diffstat (limited to 'tools/designer/designer/project.cpp')
-rw-r--r--tools/designer/designer/project.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/designer/project.cpp b/tools/designer/designer/project.cpp
index 560231bd8..ec322f13e 100644
--- a/tools/designer/designer/project.cpp
+++ b/tools/designer/designer/project.cpp
@@ -628,7 +628,7 @@ static void remove_multiline_contents( TQString &contents, const TQString &s, in
if ( contents[ i ] == '\n' && !lastWasBackspash )
break;
lastWasBackspash = ( contents[ i ] == '\\' ||
- lastWasBackspash && ( contents[ i ] == ' ' || contents[ i ] == '\t' ) );
+ ( lastWasBackspash && ( contents[ i ] == ' ' || contents[ i ] == '\t' ) ) );
}
contents.remove( start, i - start + 1 );
}