mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
solid-actions-kcm: add the new Solid::Graphic interface to the list
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
43bdc8ecd6
commit
98d6b7311b
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
#include <solid/video.h>
|
||||
#include <solid/serialinterface.h>
|
||||
#include <solid/smartcardreader.h>
|
||||
#include <solid/graphic.h>
|
||||
|
||||
static SolidActionData * actData = 0;
|
||||
|
||||
|
@ -186,6 +187,7 @@ QList<QMetaObject> SolidActionData::fillInterfaceList()
|
|||
interfaces.append( Solid::OpticalDisc::staticMetaObject );
|
||||
interfaces.append( Solid::Video::staticMetaObject );
|
||||
interfaces.append( Solid::SmartCardReader::staticMetaObject );
|
||||
interfaces.append( Solid::Graphic::staticMetaObject );
|
||||
return interfaces;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue