Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
f988d6c9
Commit
f988d6c9
authored
Feb 09, 2016
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unnecessary code
parent
b3d552bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
sessions.py
blink/sessions.py
+0
-4
No files found.
blink/sessions.py
View file @
f988d6c9
...
@@ -3327,8 +3327,6 @@ class ChatSessionListView(QListView):
...
@@ -3327,8 +3327,6 @@ class ChatSessionListView(QListView):
def
dropEvent
(
self
,
event
):
def
dropEvent
(
self
,
event
):
model
=
self
.
model
()
model
=
self
.
model
()
if
event
.
source
()
is
self
:
event
.
setDropAction
(
Qt
.
MoveAction
)
if
model
.
handleDroppedData
(
event
.
mimeData
(),
event
.
dropAction
(),
self
.
indexAt
(
event
.
pos
())):
if
model
.
handleDroppedData
(
event
.
mimeData
(),
event
.
dropAction
(),
self
.
indexAt
(
event
.
pos
())):
event
.
accept
()
event
.
accept
()
super
(
ChatSessionListView
,
self
)
.
dropEvent
(
event
)
super
(
ChatSessionListView
,
self
)
.
dropEvent
(
event
)
...
@@ -4734,8 +4732,6 @@ class ConferenceParticipantListView(QListView, ColorHelperMixin):
...
@@ -4734,8 +4732,6 @@ class ConferenceParticipantListView(QListView, ColorHelperMixin):
def
dropEvent
(
self
,
event
):
def
dropEvent
(
self
,
event
):
model
=
self
.
model
()
model
=
self
.
model
()
if
event
.
source
()
is
self
:
event
.
setDropAction
(
Qt
.
MoveAction
)
if
model
.
handleDroppedData
(
event
.
mimeData
(),
event
.
dropAction
(),
self
.
indexAt
(
event
.
pos
())):
if
model
.
handleDroppedData
(
event
.
mimeData
(),
event
.
dropAction
(),
self
.
indexAt
(
event
.
pos
())):
event
.
accept
()
event
.
accept
()
super
(
ConferenceParticipantListView
,
self
)
.
dropEvent
(
event
)
super
(
ConferenceParticipantListView
,
self
)
.
dropEvent
(
event
)
...
...
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