diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-10-04 12:45:49 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-16 08:51:11 -0700 |
| commit | d70fb3592432149839df4a5cd0eb3f77975e9de5 (patch) | |
| tree | bf69d0192e606af743b1f92cf26f637dfc0a832b /mesonbuild | |
| parent | 0c2e6b83b648cd653f66b7b6e11dcec6ba56efe0 (diff) | |
| download | meson-d70fb3592432149839df4a5cd0eb3f77975e9de5.tar.gz | |
qt: remove stale comment
There is no generator list in the Interpreter.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'mesonbuild')
| -rw-r--r-- | mesonbuild/modules/_qt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/modules/_qt.py b/mesonbuild/modules/_qt.py index 675c174a7..a02dd3b7a 100644 --- a/mesonbuild/modules/_qt.py +++ b/mesonbuild/modules/_qt.py @@ -513,7 +513,6 @@ class QtBaseModule(ExtensionModule): raise MesonException(err_msg.format('UIC', f'uic-qt{self.qt_version}', self.qt_version)) preserve_path_from = os.path.join(state.source_root, state.subdir) if kwargs['preserve_paths'] else None - # TODO: This generator isn't added to the generator list in the Interpreter gen = build.Generator( self.tools['uic'], kwargs['extra_args'] + ['-o', '@OUTPUT@', '@INPUT@'], |
