Skip to content

Commit

Permalink
Reformat qDebug() statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Jul 22, 2019
1 parent 076086f commit 7f349af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maven/librarydialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void LibraryMangerDialog::loadLibrary() {
QStringList dataLocations = QStandardPaths::standardLocations(QStandardPaths::DataLocation);

for (QString dataLocation : dataLocations) {
qDebug() << "Maven SQLite library may be located at: \"" << dataLocation << "/ligand.db\"" << endl;
qDebug() << "Maven SQLite library ligand.db may be located at:" << dataLocation;
}
}
updateLibraryStats();
Expand Down

0 comments on commit 7f349af

Please sign in to comment.