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
Utilities
Konsole
Commits
d7f55a20
Commit
d7f55a20
authored
Jun 17, 2012
by
Kurt Hindenburg
Browse files
remove space
parent
6367e800
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ViewContainer.cpp
View file @
d7f55a20
...
...
@@ -520,7 +520,7 @@ void TabbedViewContainer::querySourceIndex(const QDropEvent* event ,int& sourceI
const
QList
<
QWidget
*>
viewList
=
views
();
const
int
count
=
viewList
.
count
();
int
index
=
-
1
;
int
index
=
-
1
;
for
(
index
=
0
;
index
<
count
;
index
++
)
{
const
int
id
=
viewProperties
(
viewList
[
index
])
->
identifier
();
if
(
id
==
droppedId
)
...
...
Write
Preview
Markdown
is supported
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