mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Style fix again
This commit is contained in:
parent
bd2be24e00
commit
fde106cbaf
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ void localLibraryWidget::setupDatabase() {
|
||||||
* Logs/steps needed to debug the database creation
|
* Logs/steps needed to debug the database creation
|
||||||
* for(int i = 0; i < args.count(); i++) {
|
* for(int i = 0; i < args.count(); i++) {
|
||||||
* log("Arguments for database creation: '" + args[i] + "'", className);
|
* log("Arguments for database creation: '" + args[i] + "'", className);
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QProcess *proc = new QProcess();
|
QProcess *proc = new QProcess();
|
||||||
|
|
Loading…
Reference in a new issue