cppcheck: further fixes
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "options.h"
|
||||
#include "threadutils.h"
|
||||
#include "thumbbrowserbase.h"
|
||||
#include "../rtengine/noncopyable.h"
|
||||
|
||||
class BatchQueueListener
|
||||
{
|
||||
@@ -44,7 +45,8 @@ class FileCatalog;
|
||||
class BatchQueue final :
|
||||
public ThumbBrowserBase,
|
||||
public rtengine::BatchProcessingListener,
|
||||
public LWButtonListener
|
||||
public LWButtonListener,
|
||||
public rtengine::NonCopyable
|
||||
{
|
||||
public:
|
||||
explicit BatchQueue (FileCatalog* aFileCatalog);
|
||||
|
Reference in New Issue
Block a user