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
|
@ -628,3 +628,5 @@ PlaylistModel::removeRows (QModelIndexList index_list)
|
|||
m_client->playlist ()->removeEntry (idlist.at(i));
|
||||
}
|
||||
}
|
||||
|
||||
#include "playlistmodel.moc"
|
||||
|
|
|
@ -267,4 +267,4 @@ XClient::convert_propdict (const Xmms::PropDict &dict)
|
|||
return hash;
|
||||
}
|
||||
|
||||
|
||||
#include "xclient.moc"
|
||||
|
|
|
@ -195,3 +195,5 @@ XClientCache::handle_playtime (const unsigned int &tme)
|
|||
emit playtime(tme);
|
||||
return true;
|
||||
}
|
||||
|
||||
#include "xclientcache.moc"
|
||||
|
|
|
@ -274,3 +274,6 @@ XCollection::addPlsFile (QUrl url)
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
#include "xcollection.moc"
|
||||
#include "xcollection_p.moc"
|
||||
|
|
|
@ -144,3 +144,5 @@ XConfig::handle_config_value_changed (const Xmms::Dict &value)
|
|||
// TODO
|
||||
return true;
|
||||
}
|
||||
|
||||
#include "xconfig.moc"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <QObject>
|
||||
#include <QSocketNotifier>
|
||||
|
||||
|
||||
static void CheckWrite (int i, void *userdata);
|
||||
|
||||
XmmsQT4::XmmsQT4 (xmmsc_connection_t *xmmsc) :
|
||||
|
@ -89,3 +90,5 @@ static void CheckWrite (int i, void *userdata)
|
|||
obj->ToggleWrite (false);
|
||||
}
|
||||
}
|
||||
|
||||
#include "xmmsqt4.moc"
|
||||
|
|
|
@ -291,3 +291,5 @@ XPlayback::setBalance (int new_balance)
|
|||
|
||||
m_balance = new_balance;
|
||||
}
|
||||
|
||||
#include "xplayback.moc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue