| 1835 | { |
| 1836 | file = File::Unique("capture", QDateTime::currentDateTime().toString("yyyy-MM-dd_HH-mm-ss"), ".png").toStdWString(); |
| 1837 | CreateDirectoryW(L"capture", NULL); |
| 1838 | } |
| 1839 | else if (args.size() == 1) |
| 1840 | { |
| 1841 | file = args[0].toWString(); |
| 1842 | } |
| 1843 | else if (args.size() == 2) |
nothing calls this directly
no test coverage detected