Formatting

This commit is contained in:
Jonas Kvinge
2025-12-08 23:49:48 +01:00
parent 109ff90401
commit 93af866185
179 changed files with 1187 additions and 1269 deletions

View File

@@ -22,7 +22,7 @@
#include "smartplaylistquerywizardpluginsortpage.h"
SmartPlaylistQueryWizardPluginSortPage::SmartPlaylistQueryWizardPluginSortPage(SmartPlaylistQueryWizardPlugin *plugin, QWidget *parent, const int next_id)
: QWizardPage(parent), next_id_(next_id), plugin_(plugin) {}
: QWizardPage(parent), next_id_(next_id), plugin_(plugin) {}
void SmartPlaylistQueryWizardPluginSortPage::showEvent(QShowEvent *e) {

View File

@@ -100,7 +100,7 @@ QString SmartPlaylistSearch::ToSql(const QString &songs_table) const {
else if (limit_ != -1) {
sql += " LIMIT "_L1 + QString::number(limit_);
}
//qLog(Debug) << sql;
// qLog(Debug) << sql;
return sql;

View File

@@ -39,4 +39,3 @@ class SmartPlaylistWizardFinishPage : public QWizardPage {
};
#endif // SMARTPLAYLISTWIZARDFINISHPAGE_H

View File

@@ -34,4 +34,3 @@ class SmartPlaylistWizardTypePage : public QWizardPage {
};
#endif // SMARTPLAYLISTWIZARDTYPEPAGE_H