aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-09-10 15:47:47 +0200
committerhjk <qthjk@ovi.com>2012-09-10 16:23:21 +0200
commit615f7900d3e85e3ae118a853d8cacb91b14080b7 (patch)
tree139be7ff4033ac5e5972a585eea9d53e756ded8a
parent99d2a158c1801957a5f20125689954eb39a6fa6f (diff)
Removed pointless numerus form
Change-Id: Ia40a01f985499389c04307336d6f480d3c1788a9 Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--src/plugins/debugger/breakwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakwindow.cpp b/src/plugins/debugger/breakwindow.cpp
index 83ca9bf359..877c057566 100644
--- a/src/plugins/debugger/breakwindow.cpp
+++ b/src/plugins/debugger/breakwindow.cpp
@@ -151,7 +151,7 @@ BreakpointDialog::BreakpointDialog(BreakpointModelId id, QWidget *parent)
: QDialog(parent), m_enabledParts(~0), m_previousType(UnknownType),
m_firstTypeChange(true)
{
- setWindowTitle(tr("Edit Breakpoint Properties", 0, QApplication::UnicodeUTF8));
+ setWindowTitle(tr("Edit Breakpoint Properties"));
QGroupBox *groupBoxBasic = new QGroupBox(tr("Basic"), this);