problem when merging qt5.py (no run method)

This commit is contained in:
Thomas Nagy 2013-11-24 18:24:03 +01:00
parent 5664664a1a
commit 16c0bc9d2b
1 changed files with 0 additions and 2 deletions

View File

@ -272,8 +272,6 @@ class qxx(Task.classes['cxx']):
self.run_after.update(set(moctasks))
self.moc_done = 1
run = Task.classes['cxx'].__dict__['run']
class trans_update(Task.Task):
"""Update a .ts files from a list of C++ files"""
run_str = '${QT_LUPDATE} ${SRC} -ts ${TGT}'