mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: MOC warnings fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
379e150f0d
commit
2315772e5a
4 changed files with 1 additions and 10 deletions
|
@ -344,14 +344,9 @@ bool DCD::stopServer()
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
DCD::~DCD()
|
||||
{
|
||||
if (running()) {
|
||||
stopServer();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#include "moc_dcd.cpp"
|
||||
|
|
|
@ -56,5 +56,3 @@ void AutoStartItem::setPath(const QString &path)
|
|||
|
||||
m_fileName = KUrl(newFileName);
|
||||
}
|
||||
|
||||
#include "moc_autostartitem.cpp"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <QObject>
|
||||
#include <KUrl>
|
||||
|
||||
class AutoStartItem : public QTreeWidgetItem, public QObject
|
||||
class AutoStartItem : public QTreeWidgetItem
|
||||
{
|
||||
public:
|
||||
AutoStartItem(const QString &service, QTreeWidgetItem *parent);
|
||||
|
|
|
@ -85,5 +85,3 @@ ThumbCreator::Flags ComicCreator::flags() const
|
|||
{
|
||||
return ThumbCreator::DrawFrame;
|
||||
}
|
||||
|
||||
#include "moc_comiccreator.cpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue