mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
ark: set the part object name
used by debug message in kdelibs/kparts/part.cpp Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9822f945eb
commit
fac3df8cef
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ Part::Part(QWidget *parentWidget, QObject *parent, const QVariantList& args)
|
|||
m_jobTracker(0)
|
||||
{
|
||||
Q_UNUSED(args)
|
||||
setObjectName(QString::fromLatin1("ArkPart"));
|
||||
setComponentData(Factory::componentData());
|
||||
|
||||
new DndExtractAdaptor(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue