Skip to content
GitLab
Menu
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
47051741
Commit
47051741
authored
Jul 16, 2009
by
con
Browse files
Remove superfluous separator.
parent
6a88525a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/designer/formeditorw.cpp
View file @
47051741
...
...
@@ -468,7 +468,6 @@ void FormEditorW::setupActions()
QToolBar
*
FormEditorW
::
createEditorToolBar
()
const
{
QToolBar
*
toolBar
=
new
QToolBar
;
toolBar
->
addSeparator
();
Core
::
ActionManager
*
am
=
m_core
->
actionManager
();
const
QStringList
::
const_iterator
cend
=
m_toolActionIds
.
constEnd
();
for
(
QStringList
::
const_iterator
it
=
m_toolActionIds
.
constBegin
();
it
!=
cend
;
++
it
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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