diff options
author | Friedemann Kleint <[email protected]> | 2024-12-13 09:52:29 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2024-12-13 10:21:46 +0100 |
commit | 21d8a3f57ba9136f8d181af6d5aa0ba9a5cdb8b7 (patch) | |
tree | 5460b893e9cd48d4f9e9e24dd99469aaf1f5c9e4 /sources/pyside6/PySide6/QtGui | |
parent | f6069b9330fc01b68296ef4dffd474ed98784ec6 (diff) |
Fix trailing empty lines
Pick-to: 6.8
Change-Id: I1a5964463f703ade0657816cb974206355a5ae5b
Reviewed-by: Shyamnath Premnadh <[email protected]>
Diffstat (limited to 'sources/pyside6/PySide6/QtGui')
-rw-r--r-- | sources/pyside6/PySide6/QtGui/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtGui/CMakeLists.txt b/sources/pyside6/PySide6/QtGui/CMakeLists.txt index 33f5c0d88..b5d08421b 100644 --- a/sources/pyside6/PySide6/QtGui/CMakeLists.txt +++ b/sources/pyside6/PySide6/QtGui/CMakeLists.txt @@ -355,4 +355,3 @@ create_pyside_module(NAME QtGui install(FILES ${pyside6_SOURCE_DIR}/qpytextobject.h ${pyside6_SOURCE_DIR}/qtguihelper.h DESTINATION include/PySide6/QtGui/) - |