Fix some coverity issues

This commit is contained in:
heckflosse
2017-06-16 21:21:22 +02:00
parent 0088a4d3e8
commit 642b4cc86c
15 changed files with 66 additions and 21 deletions

View File

@@ -44,12 +44,16 @@ using namespace std;
FileCatalog::FileCatalog (CoarsePanel* cp, ToolBar* tb, FilePanel* filepanel) :
filepanel(filepanel),
selectedDirectoryId(1),
actionNextPrevious(NAV_NONE),
listener(nullptr),
fslistener(nullptr),
iatlistener(nullptr),
hasValidCurrentEFS(false),
filterPanel(nullptr),
exportPanel(nullptr),
previewsToLoad(0),
previewsLoaded(0),
modifierKey(0),
coarsePanel(cp),
toolBar(tb)
{