Open batch result file with OS default program; See issue #372

This commit is contained in:
Oliver Duis
2010-12-03 19:23:43 +01:00
parent 25759b48d9
commit 411cb1470c
7 changed files with 52 additions and 6 deletions

View File

@@ -127,6 +127,8 @@ class Thumbnail {
void updateCache ();
void saveThumbnail ();
bool openBatchResultDefaultViewer();
};