Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
5fcc57e5
Commit
5fcc57e5
authored
Jan 15, 2009
by
hjk
Browse files
fix typo in ui file
parent
dc9ad66d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
5fcc57e5
...
...
@@ -106,13 +106,7 @@ const char * const JUMP_TO_LINE = "Debugger.JumpToLine";
const
char
*
const
TOGGLE_BREAK
=
"Debugger.ToggleBreak"
;
const
char
*
const
BREAK_BY_FUNCTION
=
"Debugger.BreakByFunction"
;
const
char
*
const
BREAK_AT_MAIN
=
"Debugger.BreakAtMain"
;
const
char
*
const
DEBUG_DUMPERS
=
"Debugger.DebugDumpers"
;
const
char
*
const
ADD_TO_WATCH
=
"Debugger.AddToWatch"
;
const
char
*
const
USE_CUSTOM_DUMPERS
=
"Debugger.UseCustomDumpers"
;
const
char
*
const
USE_FAST_START
=
"Debugger.UseFastStart"
;
const
char
*
const
USE_TOOL_TIPS
=
"Debugger.UseToolTips"
;
const
char
*
const
SKIP_KNOWN_FRAMES
=
"Debugger.SkipKnownFrames"
;
const
char
*
const
DUMP_LOG
=
"Debugger.DumpLog"
;
#ifdef Q_OS_MAC
const
char
*
const
INTERRUPT_KEY
=
"Shift+F5"
;
...
...
@@ -291,10 +285,6 @@ QWidget *GdbOptionPage::createPage(QWidget *parent)
//cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+D,Ctrl+L")));
cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+F11")));
mdebug->addAction(cmd);
cmd = am->registerAction(m_manager->m_debugDumpersAction,
Constants::DEBUG_DUMPERS, debuggercontext);
mdebug->addAction(cmd);
#endif
#endif
...
...
src/plugins/debugger/gdboptionpage.ui
View file @
5fcc57e5
...
...
@@ -36,7 +36,7 @@
<widget
class=
"QLineEdit"
name=
"environmentEdit"
/>
</item>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"labelGdbLoca
l
tion"
>
<widget
class=
"QLabel"
name=
"labelGdbLocation"
>
<property
name=
"toolTip"
>
<string>
This is either a full abolute path leading to the gdb binary you intend to use or the name of a gdb binary that wiull be searched in your PATH.
</string>
</property>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment