Formatting
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -39,4 +39,3 @@ class SmartPlaylistWizardFinishPage : public QWizardPage {
|
||||
};
|
||||
|
||||
#endif // SMARTPLAYLISTWIZARDFINISHPAGE_H
|
||||
|
||||
|
||||
@@ -34,4 +34,3 @@ class SmartPlaylistWizardTypePage : public QWizardPage {
|
||||
};
|
||||
|
||||
#endif // SMARTPLAYLISTWIZARDTYPEPAGE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user