Added ability to open images for editing from the Batch Queue tab. Patch by Leanid (prizzrak), issue 2689

This commit is contained in:
DrSlony
2015-02-26 19:12:09 +01:00
parent a1d638b1f5
commit 3c435f094d
34 changed files with 78 additions and 7 deletions

View File

@@ -25,6 +25,8 @@
#include "guiutils.h"
class RTWindow;
class FileCatalog;
class Thumbnail;
class BatchQueuePanel : public Gtk::VBox,
public BatchQueueListener,
public FormatChangeListener {
@@ -52,7 +54,7 @@ class BatchQueuePanel : public Gtk::VBox,
public:
BatchQueuePanel ();
BatchQueuePanel (FileCatalog* aFileCatalog);
void setParent (RTWindow* p) { parent = p; }