Added some debug info (with Verbose=true)

Load/Save Verbose in General section
This commit is contained in:
ffsup2
2010-09-21 21:25:24 +02:00
parent e681354973
commit 18d6799cbe
4 changed files with 40 additions and 20 deletions

View File

@@ -86,7 +86,7 @@ protected:
Glib::ustring currentPath;
dfInfo *addFileInfo(const Glib::ustring &filename );
dfInfo *find( const std::string &mak, const std::string &mod, int isospeed, double shut, time_t t );
bool scanBadPixelsFile( Glib::ustring filename );
int scanBadPixelsFile( Glib::ustring filename );
};
extern DFManager dfm;