-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix signal slot errors and all compile warnings (#8)
* - log file was not truncated on MacOS - now MacOS app has an icon - started fixing several errors related to signal-slot connections, where either slot or signal does not exist * don't show warnings related missing override keyword (reduce warnings by factor 2, i.e. focus on real problems) * update CImg library (and get rid of warnings) * get rid of warnings - conversion (NULL) to int -> use 0 - warning about missing/confusing brackets in if/else if * get rid of warnings - use BF_TYPE instead of 'MB', multi-character warning * if (pos = 0 && ... probably should have been if (pos == 0 && * pass const char* for filenames/comments, etc * fix get rid of warnings - conversion (NULL) to int -> use 0 * fix last clang warning * cleanup and simplify main.cpp - remove unused variables, code and strange copies of QString instances * Fixed issue compiling bmpreader_1.cpp id BF_TYPE not existing on Windows. Documentation states it should be "BM" or ox4D42 corresponding to "BM" in ASCII encoding
- Loading branch information
Showing
22 changed files
with
26,813 additions
and
13,632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.