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
017c9039
Commit
017c9039
authored
Apr 30, 2010
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused methods
parent
ca0a3d22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
contacts.py
blink/contacts.py
+0
-12
No files found.
blink/contacts.py
View file @
017c9039
...
@@ -494,12 +494,6 @@ class ContactModel(QAbstractListModel):
...
@@ -494,12 +494,6 @@ class ContactModel(QAbstractListModel):
def
_DH_TextUriList
(
self
,
mime_data
,
action
,
index
):
def
_DH_TextUriList
(
self
,
mime_data
,
action
,
index
):
return
False
return
False
@
staticmethod
def
item_mime_data_iterator
(
data
):
stream
=
QDataStream
(
data
)
while
not
stream
.
atEnd
():
yield
stream
.
readInt32
(),
stream
.
readQVariant
()
.
toPyObject
()
@
staticmethod
@
staticmethod
def
range_iterator
(
indexes
):
def
range_iterator
(
indexes
):
"""Return contiguous ranges from indexes"""
"""Return contiguous ranges from indexes"""
...
@@ -669,12 +663,6 @@ class ContactSearchModel(QSortFilterProxyModel):
...
@@ -669,12 +663,6 @@ class ContactSearchModel(QSortFilterProxyModel):
def
_DH_TextUriList
(
self
,
mime_data
,
action
,
index
):
def
_DH_TextUriList
(
self
,
mime_data
,
action
,
index
):
return
False
return
False
@
staticmethod
def
item_mime_data_iterator
(
data
):
stream
=
QDataStream
(
data
)
while
not
stream
.
atEnd
():
yield
stream
.
readInt32
(),
stream
.
readQVariant
()
.
toPyObject
()
def
filterAcceptsRow
(
self
,
source_row
,
source_parent
):
def
filterAcceptsRow
(
self
,
source_row
,
source_parent
):
source_model
=
self
.
sourceModel
()
source_model
=
self
.
sourceModel
()
source_index
=
source_model
.
index
(
source_row
,
0
,
source_parent
)
source_index
=
source_model
.
index
(
source_row
,
0
,
source_parent
)
...
...
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