summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/project.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-08-03 08:49:38 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-08-03 08:49:38 -0500
commit7d22e97622a6b963382b88aac6dfde06a2cd8f03 (patch)
tree231f5c31f279d3e798702fe61e9b6bcef52b089b /tools/designer/designer/project.cpp
parent6d0157ea558089bb957f35263424a405e42a6931 (diff)
parentfe7969ef886d7287fa959929ddd33fbad8407884 (diff)
downloadtqt-7d22e97622a6b963382b88aac6dfde06a2cd8f03.tar.gz
tqt-7d22e97622a6b963382b88aac6dfde06a2cd8f03.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
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 );
}