mikemalinowski / qute

A Qt helper library extending Marcus Ottosson's Qt.py library
MIT License
12 stars 3 forks source link

Minor: Uncertain what the purpose of swallowing *args and **kwargs is here? #13

Open ldunham1 opened 4 years ago

ldunham1 commented 4 years ago

https://github.com/mikemalinowski/qute/blob/736d3e57c9d3bb66e17bd4b61f24dc18e4faa349/qute/utilities/_core.py#L19

Currently qApp() will swallow any *args or **kwargs given - I'm not sure why? QApplication can be given arguments for initialisation, if its meant for them should they be passed?