mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Add Q_CLASSINFO . KDEDModules have to have one
because they are registered with dbus from kded. svn path=/trunk/KDE/kdebase/apps/; revision=870665
This commit is contained in:
parent
b6ebeae0e5
commit
62b53cca02
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,8 @@ class KonqyPreloader
|
|||
: public KDEDModule
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_CLASSINFO("D-Bus Interface", "org.kde.konqueror.Preloader")
|
||||
|
||||
public:
|
||||
KonqyPreloader(QObject* parent, const QList<QVariant>&);
|
||||
virtual ~KonqyPreloader();
|
||||
|
|
|
@ -46,6 +46,8 @@ namespace KIO { class Job; }
|
|||
class FavIconsModule : public KDEDModule
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_CLASSINFO("D-Bus Interface", "org.kde.FavIcon")
|
||||
|
||||
public:
|
||||
FavIconsModule(QObject* parent, const QList<QVariant>&);
|
||||
virtual ~FavIconsModule();
|
||||
|
|
Loading…
Reference in a new issue