Style fix again

This commit is contained in:
Nicolas Mailloux 2023-06-14 16:19:54 -04:00
parent bd2be24e00
commit fde106cbaf

View file

@ -137,7 +137,7 @@ void localLibraryWidget::setupDatabase() {
* Logs/steps needed to debug the database creation
* for(int i = 0; i < args.count(); i++) {
* log("Arguments for database creation: '" + args[i] + "'", className);
* }
* }
*/
QProcess *proc = new QProcess();