Skip to content

Commit faa556c

Browse files
mrbean-bremenusiems
authored andcommitted
Changes after removing training spaces
1 parent e533780 commit faa556c

File tree

86 files changed

+1963
-1963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1963
-1963
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Build
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- main
77
pull_request:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
12-
12+
1313
defaults:
1414
run:
1515
shell: bash
@@ -47,14 +47,14 @@ jobs:
4747
libqt5quickwidgets5* \
4848
qtmultimedia5-dev
4949
apt-get clean
50-
50+
5151
- name: Checkout PythonQt
5252
uses: actions/checkout@v5
5353

5454
- name: Ccache
5555
uses: hendrikmuhs/[email protected]
5656
with:
57-
key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }}
57+
key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }}
5858
evict-old-files: 'job'
5959

6060
- name: Build PythonQt (generator_only)
@@ -237,9 +237,9 @@ jobs:
237237
- name: Ccache
238238
uses: hendrikmuhs/[email protected]
239239
with:
240-
key: ${{ runner.os }}-${{ matrix.qt-version }}
240+
key: ${{ runner.os }}-${{ matrix.qt-version }}
241241
evict-old-files: 'job'
242-
242+
243243
- name: Detect exact versions
244244
id : versions
245245
run : |

.github/workflows/build_latest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Check generated_cpp
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- main
77
pull_request:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
12-
12+
1313
defaults:
1414
run:
1515
shell: bash
@@ -24,7 +24,7 @@ jobs:
2424
python-version: [ '3.12' ]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:
27-
27+
2828
- name: Install MSVC
2929
if: ${{ matrix.os == 'windows' }}
3030
uses: ilammy/msvc-dev-cmd@v1
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ runner.os }}-${{ matrix.qt-version }}
5353
evict-old-files: 'job'
5454
if: ${{ matrix.os == 'ubuntu' }}
55-
55+
5656
- name: Set environment
5757
id: setenv
5858
run: |
@@ -113,7 +113,7 @@ jobs:
113113
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
114114
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
115115
make check TESTARGS="-platform offscreen"
116-
116+
117117
- name: Build PythonQt Windows (exclude_generator)
118118
shell: cmd
119119
if: ${{ matrix.os == 'windows' }}

.github/workflows/builddocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Documentation
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- main
77

88
defaults:
@@ -21,11 +21,11 @@ jobs:
2121

2222
- name: Build documentation
2323
run: |
24-
cd doxygen
24+
cd doxygen
2525
doxygen
2626
touch html/.nojekyll
2727
cd ..
28-
28+
2929
- name: Deploy to GitHub Pages
3030
uses: JamesIves/github-pages-deploy-action@v4
3131
with:

COPYING

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ modified by someone else and passed on, the recipients should know
5555
that what they have is not the original version, so that the original
5656
author's reputation will not be affected by problems that might be
5757
introduced by others.
58-
58+
5959
Finally, software patents pose a constant threat to the existence of
6060
any free program. We wish to make sure that a company cannot
6161
effectively restrict the users of a free program by obtaining a
@@ -111,7 +111,7 @@ modification follow. Pay close attention to the difference between a
111111
"work based on the library" and a "work that uses the library". The
112112
former contains code derived from the library, whereas the latter must
113113
be combined with the library in order to run.
114-
114+
115115
GNU LESSER GENERAL PUBLIC LICENSE
116116
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117117

@@ -146,7 +146,7 @@ such a program is covered only if its contents constitute a work based
146146
on the Library (independent of the use of the Library in a tool for
147147
writing it). Whether that is true depends on what the Library does
148148
and what the program that uses the Library does.
149-
149+
150150
1. You may copy and distribute verbatim copies of the Library's
151151
complete source code as you receive it, in any medium, provided that
152152
you conspicuously and appropriately publish on each copy an
@@ -158,7 +158,7 @@ Library.
158158
You may charge a fee for the physical act of transferring a copy,
159159
and you may at your option offer warranty protection in exchange for a
160160
fee.
161-
161+
162162
2. You may modify your copy or copies of the Library or any portion
163163
of it, thus forming a work based on the Library, and copy and
164164
distribute such modifications or work under the terms of Section 1
@@ -216,7 +216,7 @@ instead of to this License. (If a newer version than version 2 of the
216216
ordinary GNU General Public License has appeared, then you can specify
217217
that version instead if you wish.) Do not make any other change in
218218
these notices.
219-
219+
220220
Once this change is made in a given copy, it is irreversible for
221221
that copy, so the ordinary GNU General Public License applies to all
222222
subsequent copies and derivative works made from that copy.
@@ -267,7 +267,7 @@ Library will still fall under Section 6.)
267267
distribute the object code for the work under the terms of Section 6.
268268
Any executables containing that work also fall under Section 6,
269269
whether or not they are linked directly with the Library itself.
270-
270+
271271
6. As an exception to the Sections above, you may also combine or
272272
link a "work that uses the Library" with the Library to produce a
273273
work containing portions of the Library, and distribute that work
@@ -329,7 +329,7 @@ restrictions of other proprietary libraries that do not normally
329329
accompany the operating system. Such a contradiction means you cannot
330330
use both them and the Library together in an executable that you
331331
distribute.
332-
332+
333333
7. You may place library facilities that are a work based on the
334334
Library side-by-side in a single library together with other library
335335
facilities not covered by this License, and distribute such a combined
@@ -370,7 +370,7 @@ subject to these terms and conditions. You may not impose any further
370370
restrictions on the recipients' exercise of the rights granted herein.
371371
You are not responsible for enforcing compliance by third parties with
372372
this License.
373-
373+
374374
11. If, as a consequence of a court judgment or allegation of patent
375375
infringement or for any other reason (not limited to patent issues),
376376
conditions are imposed on you (whether by court order, agreement or
@@ -422,7 +422,7 @@ conditions either of that version or of any later version published by
422422
the Free Software Foundation. If the Library does not specify a
423423
license version number, you may choose any version ever published by
424424
the Free Software Foundation.
425-
425+
426426
14. If you wish to incorporate parts of the Library into other free
427427
programs whose distribution conditions are incompatible with these,
428428
write to the author to ask for permission. For software which is
@@ -456,7 +456,7 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456456
DAMAGES.
457457

458458
END OF TERMS AND CONDITIONS
459-
459+
460460
How to Apply These Terms to Your New Libraries
461461

462462
If you develop a new library, and you want it to be of the greatest

build/PythonQt.prf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# profile for non-mevis users to link to PythonQt
22

3-
include ( python.prf )
3+
include ( python.prf )
44

55
INCLUDEPATH += $$PWD/../src
66

77
# check if debug or release
88
CONFIG(debug, debug|release) {
9-
DEBUG_EXT = _d
9+
DEBUG_EXT = _d
1010
} else {
11-
DEBUG_EXT =
11+
DEBUG_EXT =
1212
}
1313

1414
PYTHONQT_LIB_NAME=PythonQt-Qt$${QT_MAJOR_VERSION}-Python$${PYTHON_VERSION}$${DEBUG_EXT}

build/PythonQt_QtAll.prf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ INCLUDEPATH += $$PWD/../extensions/PythonQt_QtAll
44

55
# check if debug or release
66
CONFIG(debug, debug|release) {
7-
DEBUG_EXT = _d
7+
DEBUG_EXT = _d
88
} else {
9-
DEBUG_EXT =
9+
DEBUG_EXT =
1010
}
1111

1212

build/common.prf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# for all debug builds, add "_d" extension to target
1616
CONFIG(debug, debug|release) {
17-
TARGET = $${TARGET}_d
17+
TARGET = $${TARGET}_d
1818
}
1919

2020
# Allow override (e.g., qmake PYTHONQT_GENERATED_PATH=/abs/path)

build/python.prf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ contains(PKGCONFIG, "python.*"){
5858

5959
# check if debug or release
6060
CONFIG(debug, debug|release) {
61-
DEBUG_EXT = _d
61+
DEBUG_EXT = _d
6262
} else {
63-
DEBUG_EXT =
63+
DEBUG_EXT =
6464
}
6565

6666
isEmpty(PYTHON_PATH):PYTHON_PATH=$(PYTHON_PATH)
@@ -79,7 +79,7 @@ contains(PKGCONFIG, "python.*"){
7979
} else:unix {
8080
# on linux, python-config is used to autodetect Python.
8181
# make sure that you have installed a matching python-dev package.
82-
82+
8383
PYTHON_CONFIG = $${PYTHON_DIR}/bin/python$${PYTHON_VERSION}-config
8484
PYTHON_CONFIG_OPTIONS_LIBS = --libs
8585
equals(PYTHON_VERSION_MAJOR, 3):!lessThan(PYTHON_VERSION_MINOR, 8) {

examples/CPPPyWrapperExample/CPPPyWrapperExample.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ mac:CONFIG -= app_bundle
66

77
DESTDIR = ../../lib
88

9-
include ( ../../build/common.prf )
10-
include ( ../../build/PythonQt.prf )
9+
include ( ../../build/common.prf )
10+
include ( ../../build/PythonQt.prf )
1111

1212
QT += widgets
1313

1414
SOURCES += \
15-
CPPPyWrapperExample.cpp
15+
CPPPyWrapperExample.cpp
1616

1717
RESOURCES += CPPPyWrapperExample.qrc

examples/CPPPyWrapperExample/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ This example shows how to add user defined Python classes
22
to the embedded Python mainModule.
33

44
It also shows how to create objects in Python,
5-
hold onto reference counted smart pointers to them from
5+
hold onto reference counted smart pointers to them from
66
a Qt application, and invoke methods on them via
77
the PythonQtObjectPtr interface.

0 commit comments

Comments
 (0)