regression in qt4.py when adding qt5.py

This commit is contained in:
Thomas Nagy 2013-11-24 17:58:50 +01:00
parent cf75dc3308
commit 5664664a1a
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}'