forked from openlp/openlp
renamed method
This commit is contained in:
parent
b1b29e9abf
commit
f979233787
@ -221,14 +221,14 @@ class ImageManager(QtCore.QObject):
|
|||||||
"""
|
"""
|
||||||
log.debug(u'_process - started')
|
log.debug(u'_process - started')
|
||||||
while not self._clean_queue.empty():
|
while not self._clean_queue.empty():
|
||||||
self._clean_cache()
|
self._process_cache()
|
||||||
log.debug(u'_process - ended')
|
log.debug(u'_process - ended')
|
||||||
|
|
||||||
def _clean_cache(self):
|
def _process_cache(self):
|
||||||
"""
|
"""
|
||||||
Actually does the work.
|
Actually does the work.
|
||||||
"""
|
"""
|
||||||
log.debug(u'_clean_cache')
|
log.debug(u'_process_cache')
|
||||||
image = self._clean_queue.get()[1]
|
image = self._clean_queue.get()[1]
|
||||||
# Generate the QImage for the image.
|
# Generate the QImage for the image.
|
||||||
if image.image is None:
|
if image.image is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user