| 68 | }; |
| 69 | |
| 70 | struct Options { |
| 71 | QString fileName; |
| 72 | Result result; |
| 73 | |
| 74 | Format format; |
| 75 | NamingOptions namingOptions; |
| 76 | QDir directory; |
| 77 | QString prefix; |
| 78 | QString uploadService; |
| 79 | |
| 80 | int mode; |
| 81 | int quality; |
| 82 | |
| 83 | bool animations; |
| 84 | bool clipboard; |
| 85 | bool urlClipboard; |
| 86 | bool currentMonitor; |
| 87 | bool cursor; |
| 88 | bool file; |
| 89 | bool magnify; |
| 90 | bool optimize; |
| 91 | bool preview; |
| 92 | bool replace; |
| 93 | bool saveAs; |
| 94 | bool upload; |
| 95 | }; |
| 96 | |
| 97 | Screenshot(QObject *parent, Screenshot::Options options); |
| 98 | ~Screenshot(); |
nothing calls this directly
no outgoing calls
no test coverage detected