Commit 277166d
BUG: Fix linux clipboard QApplication() creation
closes pandas-dev#14372
A Qt application cannot instantiate multiple
`QApplication` instances, so we create a new `QApplication` only when
the global `QApplication.instance()` is None.
Author: Pankaj Pandey <[email protected]>
Closes pandas-dev#14815 from pankajp/patch-2 and squashes the following commits:
40d70f9 [Pankaj Pandey] BUG: Fix linux clipboard QApplication() creation1 parent f1e1352 commit 277166d
File tree
2 files changed
+3
-2
lines changed- doc/source/whatsnew
- pandas/util/clipboard
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
831 | | - | |
| 831 | + | |
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments