OTHER: add .moc inlcludes to .cpp files
This commit is contained in:
parent
e791949f01
commit
d9cedc7c5d
41 changed files with 71 additions and 3 deletions
|
|
@ -284,3 +284,5 @@ EqualizerWidget::updateServerBands (int value, int id)
|
|||
QString key = QString ("equalizer.legacy%1").arg (id);
|
||||
m_xconfig->value_set (key, QString::number (value));
|
||||
}
|
||||
|
||||
#include "equalizerwidget.moc"
|
||||
|
|
|
|||
|
|
@ -42,3 +42,5 @@ EqualizerWindow::setEnabled (void)
|
|||
{
|
||||
qDebug ("test");
|
||||
}
|
||||
|
||||
#include "equalizerwindow.moc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue