Skip to content

Commit

Permalink
retypo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Jan 22, 2025
1 parent a791f28 commit 77bcabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relight/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(int argc, char *argv[]) {
QApplication app(argc, argv);
#if QT_VERSION >= 0x060000
//large images wont load because of this limit!
QImageReader::setAllocationLimit(uint62_t(1)<<32);
QImageReader::setAllocationLimit(uint64_t(1)<<32);
#endif
QCoreApplication::setOrganizationName("VCG");
QCoreApplication::setOrganizationDomain("vcg.isti.cnr.it");
Expand Down
2 changes: 1 addition & 1 deletion relightlab/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int main(int argc, char *argv[]) {

#if QT_VERSION >= 0x060000
//large images wont load because of this limit!
QImageReader::setAllocationLimit(uint62_t(1)<<32);
QImageReader::setAllocationLimit(uint64_t(1)<<32);
#endif


Expand Down

0 comments on commit 77bcabb

Please sign in to comment.