Skip to content

Commit

Permalink
mismatch qt5 qt6 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Jan 27, 2025
1 parent bf83d9a commit 43e8618
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion relightlab/relightapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ void RelightApp::notify(const QString &title, const QString &msg, int ms) {
}

void RelightApp::run() {
//qDebug() << "Settings: " << QSettings().allKeys();
bool dark = QSettings().value("dark", false).toBool();
if(dark) {
QIcon::setThemeName("dark");
Expand Down
2 changes: 0 additions & 2 deletions relightlab/rtitask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ void RtiTask::run() {
imageset.initFromDome(project.dome); //lights after images
imageset.setCrop(crop, project.offsets);

qDebug() << project.offsets << endl;

//TODO too many crop locations!
if(!crop.isNull()) {
builder->crop[0] = imageset.left;
Expand Down

0 comments on commit 43e8618

Please sign in to comment.